Skip to content

Commit

Permalink
chore(vim): Do not run fzf#install
Browse files Browse the repository at this point in the history
Because Vim doesn't recognize that function.
  • Loading branch information
5ouma committed Apr 19, 2024
1 parent 39852bd commit cb00116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/vim/.config/vim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ call jetpack#begin(s:jetpackdir)
Jetpack 'dstein64/vim-startuptime'
Jetpack 'itchyny/lightline.vim'
Jetpack 'junegunn/fzf.vim'
Jetpack 'junegunn/fzf', { 'do': { -> fzf#install() } }
Jetpack 'junegunn/fzf'
Jetpack 'mattn/vim-lsp-settings'
Jetpack 'matze/vim-move'
Jetpack 'obcat/vim-hitspop'
Expand Down

0 comments on commit cb00116

Please sign in to comment.