✨ add nvim plug for fzf
This commit is contained in:
parent
d94cc544b6
commit
0cf284cea7
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Plug 'scrooloose/syntastic' " syntax checker
|
||||||
Plug 'airblade/vim-gitgutter' " git diff insertions / deletions
|
Plug 'airblade/vim-gitgutter' " git diff insertions / deletions
|
||||||
Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under the cursor
|
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 'jupyter-vim/jupyter-vim' " one day we'll start using jupyter in vim
|
||||||
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } " fuzzy-finder
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue