From 05960e55782fe98d586c4ab32cb9760135957527 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 11 Oct 2020 14:56:15 +0300 Subject: devicons and float_preview --- .config/nvim/init.vim | 14 +++++++++----- 1 file 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' Plug 'jpalardy/vim-slime' " snippets to expand Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' -" autopair plugin, lexima is customizable? TODO try lexima out, then delete me -" Plug 'tmsvg/pear-tree' -Plug 'cohama/lexima.vim' +Plug 'tmsvg/pear-tree' " language packs Plug 'sheerun/vim-polyglot' " git diff in the sign column @@ -278,6 +276,9 @@ endif set diffopt=algorithm:patience +let g:float_preview#docked = 1 +set completeopt = "menu" + " }}} "{{{Look and Feel @@ -505,5 +506,8 @@ let g:slime_no_mappings = 1 nmap SlimeParagraphSend " }}} Slime -let g:float_preview#docked = 1 -set completeopt = "menu" +" devicons {{{ " +let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {} " needed +let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['wiki'] = '📔' +" }}} devicons " + -- cgit v1.2.3-70-g09d2