This commit is contained in:
gmarik 2011-04-17 10:49:21 -05:00
parent 03d2bd80d2
commit f701bd5cab

View File

@ -15,17 +15,18 @@
set rtp+=~/.vim/vundle.git/ set rtp+=~/.vim/vundle.git/
call vundle#rc() call vundle#rc()
" Bundles: Bundle 'L9'
Bundle "L9" Bundle 'FuzzyFinder'
Bundle "FuzzyFinder" Bundle 'rails.vim'
Bundle "rails.vim" Bundle 'ack.vim'
Bundle "ack.vim" Bundle 'git://git.wincent.com/command-t.git'
Bundle "git://git.wincent.com/command-t.git"
" ... " ...
" NOTE: if some plugins fail to work, put the config *between* lines: " NOTE: if some plugins fail to work, put the config *between* lines:
" filetype off " filetype off
" "Bundles here "
" Vundle stuff here...
"
" filetype plugin indent on " filetype plugin indent on
3. Install configured bundles: 3. Install configured bundles:
@ -88,6 +89,7 @@ see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details.
* √ vim documentation * √ vim documentation
* tests * tests
* improve error handling * improve error handling
* put vundle to bundles/ too(will fix vundle help)
* :VundleUpdate - self.update * :VundleUpdate - self.update
* handle dependencies * handle dependencies
* allow specify revision/version? * allow specify revision/version?