add nvim plug for fzf

This commit is contained in:
Daniel Thoren 2022-05-31 12:14:07 +02:00
parent d94cc544b6
commit 0cf284cea7

View file

@ -25,6 +25,7 @@ Plug 'scrooloose/syntastic' " syntax checker
Plug 'airblade/vim-gitgutter' " git diff insertions / deletions
Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under the cursor
" Plug 'jupyter-vim/jupyter-vim' " one day we'll start using jupyter in vim
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } " fuzzy-finder
call plug#end()