summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-05-10 11:59:46 +0200
committerTobias Klauser <tklauser@distanz.ch>2022-05-10 13:45:26 +0200
commit2e8959db8e143228bfdb79e0cb077f39282a3a14 (patch)
tree9804e26f4b0a87682ad5b9c8f683275fb580e55a
parentf3dcecc25b65da0d3c4c24127e887907118d7a84 (diff)
.vimrc: adjust fzf installation
Following https://github.com/junegunn/fzf/blob/master/README-VIM.md
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index b93e121..a97779a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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()