1
1
Fork 0

vim search auto complete on tab

This commit is contained in:
Joe Wroten 2017-07-06 22:37:17 -05:00
parent 68ff13abad
commit 982a25f3ae

1
vimrc
View file

@ -55,6 +55,7 @@ Plug 'airblade/vim-gitgutter'
Plug 'ctrlpvim/ctrlp.vim', { 'on': 'CtrlP' }
Plug 'dyng/ctrlsf.vim'
Plug 'Shougo/vimfiler.vim', { 'on': 'VimFiler' }
Plug 'vim-scripts/SearchComplete'
" Code Editing
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }