Adding fzf plugin for VIM.

This commit is contained in:
Emiliano Vavassori 2023-05-31 22:48:30 +02:00
parent 16698a8117
commit 6348bd3845
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -18,6 +18,9 @@ Plug 'scrooloose/nerdtree'
" nerdtree git plugin
Plug 'Xuyuanp/nerdtree-git-plugin'
" fzf integration
Plug 'junegunn/fzf.vim'
" Snippets management and support for vim
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'