Skip to content

Commit

Permalink
Update fzf.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
apemost committed Jul 11, 2024
1 parent 9e04a58 commit 175a3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/plugins/fzf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" https://github.com/junegunn/fzf
"*********************************************************************

Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'}
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': { -> fzf#install() }}

"*********************************************************************
" https://github.com/junegunn/fzf.vim
Expand Down

0 comments on commit 175a3ae

Please sign in to comment.