Adding fzf plugin for VIM.
This commit is contained in:
parent
16698a8117
commit
6348bd3845
3
vimrc
3
vimrc
@ -18,6 +18,9 @@ Plug 'scrooloose/nerdtree'
|
|||||||
" nerdtree git plugin
|
" nerdtree git plugin
|
||||||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
|
|
||||||
|
" fzf integration
|
||||||
|
Plug 'junegunn/fzf.vim'
|
||||||
|
|
||||||
" Snippets management and support for vim
|
" Snippets management and support for vim
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
|
Loading…
Reference in New Issue
Block a user