Switch to fzf instead of unite

This commit is contained in:
Thomas Gideon 2017-10-19 11:21:31 -04:00
parent ddba0ae363
commit 43ced12463
2 changed files with 4 additions and 5 deletions

2
vimrc
View file

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

View file

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