From 2027a0935234d55a5f1f16c7675ec6ca891e8de7 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 16 Nov 2017 11:13:13 +0100 Subject: [PATCH] feat: add fuzzy search and comment plugins --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 514c97f..a20d7f7 100644 --- a/init.vim +++ b/init.vim @@ -63,6 +63,8 @@ Plug 'https://github.com/Rykka/riv.vim' Plug 'https://github.com/Rykka/InstantRst' Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode Plug 'https://github.com/nvie/vim-flake8.git' +Plug 'https://github.com/kien/ctrlp.vim' +Plug 'https://github.com/tomtom/tcomment_vim' call plug#end() @@ -96,6 +98,7 @@ let g:airline_powerline_fonts = 1 " netrw, instead of NERDTree let g:netrw_liststyle = 3 let g:netrw_banner = 0 +let g:netrw_browse_split = 3 " vim-json, don't conceal let g:vim_json_syntax_conceal = 0