plugin vim-slash

This commit is contained in:
ManjaroOne666 2018-01-19 11:47:45 +00:00
parent c8322e1294
commit 35afd1b724
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -84,6 +84,9 @@ Plugin 'mattn/emmet-vim'
" vimwiki
" https://github.com/vimwiki/vimwiki
Plugin 'vimwiki/vimwiki'
" vim-slash
" https://github.com/junegunn/vim-slash
Plugin 'junegunn/vim-slash'
" All of your Plugins must be added before the following line
call vundle#end() " required