diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-05-10 11:59:46 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-05-10 13:45:26 +0200 |
commit | 2e8959db8e143228bfdb79e0cb077f39282a3a14 (patch) | |
tree | 9804e26f4b0a87682ad5b9c8f683275fb580e55a | |
parent | f3dcecc25b65da0d3c4c24127e887907118d7a84 (diff) |
.vimrc: adjust fzf installation
Following https://github.com/junegunn/fzf/blob/master/README-VIM.md
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ Plug 'joestringer/cscope_maps' " cscope maps Plug 'google/vim-searchindex' " show how many times a search pattern occurs " fzf (https://github.com/junegunn/fzf.vim) -Plug 'junegunn/fzf', { 'do': './install --bin' } +Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' call plug#end() |