From bc02252c0c4590da040265e10a2d739264f6cfff Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 13 Oct 2015 11:28:41 -0400 Subject: [PATCH] Add support plugin for unite, new plugin for space/tab handling. --- vundle.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vundle.vim b/vundle.vim index 511b1f7..c40bf72 100644 --- a/vundle.vim +++ b/vundle.vim @@ -43,6 +43,10 @@ Plugin 'sjl/gundo.vim' Plugin 'pangloss/vim-javascript' " find, complete, etc. on steroids 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 call vundle#end() " required