Switch to fzf instead of unite
This commit is contained in:
parent
ddba0ae363
commit
43ced12463
2 changed files with 4 additions and 5 deletions
2
vimrc
2
vimrc
|
@ -11,7 +11,7 @@ exec "cd " . vimrc_git
|
||||||
source vundle.vim
|
source vundle.vim
|
||||||
source airline.vim
|
source airline.vim
|
||||||
source syntastic.vim
|
source syntastic.vim
|
||||||
source unite.vim
|
" source unite.vim
|
||||||
source mapping.vim
|
source mapping.vim
|
||||||
source jsonnet.vim
|
source jsonnet.vim
|
||||||
source racer.vim
|
source racer.vim
|
||||||
|
|
|
@ -35,10 +35,9 @@ Plugin 'sjl/gundo.vim'
|
||||||
" better support for JS
|
" better support for JS
|
||||||
Plugin 'pangloss/vim-javascript'
|
Plugin 'pangloss/vim-javascript'
|
||||||
" find, complete, etc. on steroids
|
" find, complete, etc. on steroids
|
||||||
Plugin 'Shougo/unite.vim'
|
" fast fuzzy finder
|
||||||
" proc supports the async file recursion mode in Unite
|
Plugin 'junegunn/fzf'
|
||||||
" N.B. on a fresh set up, cd ~/.vim/bundle/vimproc and run make
|
Plugin 'junegunn/fzf.vim'
|
||||||
Plugin 'Shougo/vimproc.vim'
|
|
||||||
" auto detect tab and space handling rather than setting per project
|
" auto detect tab and space handling rather than setting per project
|
||||||
Plugin 'tpope/vim-sleuth'
|
Plugin 'tpope/vim-sleuth'
|
||||||
" auto completion engine for vim
|
" auto completion engine for vim
|
||||||
|
|
Loading…
Reference in a new issue