Only install fzf as a plugin, not the cli tool

This commit is contained in:
Kenneth Benzie 2018-12-13 16:18:58 +00:00
parent eab3090da7
commit e3886d08f8

2
vimrc
View File

@ -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',