Add support plugin for unite, new plugin for space/tab handling.
This commit is contained in:
parent
a8e46bc898
commit
bc02252c0c
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ Plugin 'sjl/gundo.vim'
|
||||||
Plugin 'pangloss/vim-javascript'
|
Plugin 'pangloss/vim-javascript'
|
||||||
" find, complete, etc. on steroids
|
" find, complete, etc. on steroids
|
||||||
Plugin 'Shougo/unite.vim'
|
Plugin 'Shougo/unite.vim'
|
||||||
|
" proc supports the async file recursion mode in Unite
|
||||||
|
Plugin 'Shougo/vimproc.vim'
|
||||||
|
" auto detect tab and space handling rather than setting per project
|
||||||
|
Plugin 'tpope/vim-sleuth'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|
Loading…
Reference in a new issue