Ver Fonte

Update FZF install command

Updated to match the FZF readme.
Weiyi Lou há 5 anos atrás
pai
commit
b3d5ac8684
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      vim/plugins.vim

+ 1 - 1
vim/plugins.vim

@@ -40,7 +40,7 @@ Plug 'vim-scripts/argtextobj.vim'
 
 " File Browser and Search {{{
 Plug 'ctrlpvim/ctrlp.vim'
-Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
+Plug 'junegunn/fzf', { 'do': './install --bin' }
 Plug 'junegunn/fzf.vim'
 if v:version >= 704 || (v:version == 703 && has('patch438'))
   Plug 'justinmk/vim-dirvish'