From 43ced1246311afaf8348fc78f421695e8ec20853 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 19 Oct 2017 11:21:31 -0400 Subject: [PATCH] Switch to fzf instead of unite --- vimrc | 2 +- vundle.vim | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index e0e5ac9..6cb7a2d 100644 --- a/vimrc +++ b/vimrc @@ -11,7 +11,7 @@ exec "cd " . vimrc_git source vundle.vim source airline.vim source syntastic.vim -source unite.vim +" source unite.vim source mapping.vim source jsonnet.vim source racer.vim diff --git a/vundle.vim b/vundle.vim index 08a11f2..05488dd 100644 --- a/vundle.vim +++ b/vundle.vim @@ -35,10 +35,9 @@ Plugin 'sjl/gundo.vim' " better support for JS Plugin 'pangloss/vim-javascript' " find, complete, etc. on steroids -Plugin 'Shougo/unite.vim' -" proc supports the async file recursion mode in Unite -" N.B. on a fresh set up, cd ~/.vim/bundle/vimproc and run make -Plugin 'Shougo/vimproc.vim' +" fast fuzzy finder +Plugin 'junegunn/fzf' +Plugin 'junegunn/fzf.vim' " auto detect tab and space handling rather than setting per project Plugin 'tpope/vim-sleuth' " auto completion engine for vim