From e3886d08f84ef31152c8732d90958e044581892c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 13 Dec 2018 16:18:58 +0000 Subject: [PATCH] Only install fzf as a plugin, not the cli tool --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index fbcf609..91ff25f 100644 --- a/vimrc +++ b/vimrc @@ -138,7 +138,7 @@ Pack 'tpope/vim-projectionist' " fzf.vim - Fuzzy finder if !platform#is_windows() - " Pack 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'} + Pack 'junegunn/fzf' Pack 'junegunn/fzf.vim' let g:fzf_action = { \ 'ctrl-t': 'tab split',