summaryrefslogtreecommitdiffstats
path: root/.config/nvim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim')
-rwxr-xr-x.config/nvim/init.vim14
1 files changed, 9 insertions, 5 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index d451e86..b8f40de 100755
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -27,9 +27,7 @@ Plug 'janko/vim-test'
27Plug 'jpalardy/vim-slime' 27Plug 'jpalardy/vim-slime'
28" snippets to expand 28" snippets to expand
29Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' 29Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
30" autopair plugin, lexima is customizable? TODO try lexima out, then delete me 30Plug 'tmsvg/pear-tree'
31" Plug 'tmsvg/pear-tree'
32Plug 'cohama/lexima.vim'
33" language packs 31" language packs
34Plug 'sheerun/vim-polyglot' 32Plug 'sheerun/vim-polyglot'
35" git diff in the sign column 33" git diff in the sign column
@@ -278,6 +276,9 @@ endif
278 276
279set diffopt=algorithm:patience 277set diffopt=algorithm:patience
280 278
279let g:float_preview#docked = 1
280set completeopt = "menu"
281
281" }}} 282" }}}
282 283
283"{{{Look and Feel 284"{{{Look and Feel
@@ -505,5 +506,8 @@ let g:slime_no_mappings = 1
505nmap <c-CR> <Plug>SlimeParagraphSend 506nmap <c-CR> <Plug>SlimeParagraphSend
506" }}} Slime 507" }}} Slime
507 508
508let g:float_preview#docked = 1 509" devicons {{{ "
509set completeopt = "menu" 510let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {} " needed
511let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['wiki'] = '📔'
512" }}} devicons "
513