Only install fzf as a plugin, not the cli tool
This commit is contained in:
parent
eab3090da7
commit
e3886d08f8
2
vimrc
2
vimrc
@ -138,7 +138,7 @@ Pack 'tpope/vim-projectionist'
|
|||||||
|
|
||||||
" fzf.vim - Fuzzy finder
|
" fzf.vim - Fuzzy finder
|
||||||
if !platform#is_windows()
|
if !platform#is_windows()
|
||||||
" Pack 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
|
Pack 'junegunn/fzf'
|
||||||
Pack 'junegunn/fzf.vim'
|
Pack 'junegunn/fzf.vim'
|
||||||
let g:fzf_action = {
|
let g:fzf_action = {
|
||||||
\ 'ctrl-t': 'tab split',
|
\ 'ctrl-t': 'tab split',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user