commit fbd99aab3596cc97bf94f2bdeda65cda461b7fee
parent 354175f0fef8776b10451fa102aa64b891fc0b04
Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 8 Sep 2017 14:48:22 -0400
add fzf as vim plugin
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
@@ -24,6 +24,7 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'kien/ctrlp.vim'
Plug 'lucidstack/ctrlp-mpc.vim' " Control mpd by CtrlP
Plug 'justinmk/vim-gtfo' " open file manager (gof)/tmux pane (got) @ current dir
+Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
"""""" Syntax checking """"""