Compare commits
3 Commits
c7c70423b1
...
af334c58d2
Author | SHA1 | Date |
---|---|---|
Ray Elliott | af334c58d2 | |
Ray Elliott | 8f9aaabb47 | |
Ray Elliott | 12b25cddea |
|
@ -10,9 +10,8 @@ Plug 'https://github.com/marko-cerovac/material.nvim', { 'branch': 'main' }
|
||||||
let g:material_style = 'lighter'
|
let g:material_style = 'lighter'
|
||||||
|
|
||||||
" colorscheme in develpment paper-tonic
|
" colorscheme in develpment paper-tonic
|
||||||
Plug '~/nvim-paper-tonic'
|
Plug '~/Projects/nvim-paper-tonic'
|
||||||
|
|
||||||
" evaluating
|
|
||||||
" #nvim-treesitter {{{
|
" #nvim-treesitter {{{
|
||||||
" https://github.com/nvim-treesitter/nvim-treesitter
|
" https://github.com/nvim-treesitter/nvim-treesitter
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " update the parsers on update
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " update the parsers on update
|
||||||
|
@ -239,9 +238,6 @@ let g:mta_filetypes = {
|
||||||
Plug 'tpope/vim-rsi'
|
Plug 'tpope/vim-rsi'
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
" #wakatime{{{
|
|
||||||
" https://wakatime.com/vim
|
|
||||||
Plug 'wakatime/vim-wakatime'
|
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
" #vim-repeat{{{
|
" #vim-repeat{{{
|
||||||
|
|
8
init.vim
8
init.vim
|
@ -2,8 +2,6 @@
|
||||||
" problems if I ever use ruby virtual environments or RVM or similar.
|
" problems if I ever use ruby virtual environments or RVM or similar.
|
||||||
let g:ruby_host_prog = '~/.gem/ruby/2.7.0/bin/neovim-ruby-host'
|
let g:ruby_host_prog = '~/.gem/ruby/2.7.0/bin/neovim-ruby-host'
|
||||||
|
|
||||||
set rtp+='~/nvim-paper-tonic'
|
|
||||||
|
|
||||||
source ~/.config/nvim/init.plugins.vim
|
source ~/.config/nvim/init.plugins.vim
|
||||||
source ~/.config/nvim/init.tabline.vim
|
source ~/.config/nvim/init.tabline.vim
|
||||||
source ~/.config/nvim/init.auto-window.vim
|
source ~/.config/nvim/init.auto-window.vim
|
||||||
|
@ -231,8 +229,8 @@ set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
|
||||||
" persisitent undo file
|
" persisitent undo file
|
||||||
set undofile
|
set undofile
|
||||||
set undodir=~/.config/nvim/undodir
|
set undodir=~/.config/nvim/undodir
|
||||||
set backupdir=~/nvim/tmpdir
|
set backupdir=~/.nvim/tmpdir
|
||||||
set directory=~/nvim/tmpdir
|
set directory=~/.nvim/tmpdir
|
||||||
|
|
||||||
set viewoptions-=options
|
set viewoptions-=options
|
||||||
|
|
||||||
|
@ -332,7 +330,7 @@ set conceallevel=0
|
||||||
" #mappings {{{
|
" #mappings {{{
|
||||||
let g:mapleader = ' '
|
let g:mapleader = ' '
|
||||||
" miscallaneous {{{
|
" miscallaneous {{{
|
||||||
nnoremap <cr>l :colorscheme paper-custom<cr>
|
nnoremap <cr>l :colorscheme paper-tonic<cr>
|
||||||
nnoremap <cr>d :colorscheme monotonous-dark<cr>
|
nnoremap <cr>d :colorscheme monotonous-dark<cr>
|
||||||
nnoremap 0 ^
|
nnoremap 0 ^
|
||||||
nnoremap <silent><space>cs :let @/=""<cr>
|
nnoremap <silent><space>cs :let @/=""<cr>
|
||||||
|
|
|
@ -201,3 +201,6 @@ Etsy
|
||||||
Strapi
|
Strapi
|
||||||
whitepapers
|
whitepapers
|
||||||
LXD
|
LXD
|
||||||
|
campervans
|
||||||
|
VW
|
||||||
|
gltf
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue