This commit is contained in:
gmarik 2011-03-19 18:22:56 -05:00
parent f72e185c8a
commit a999d93fd2
2 changed files with 8 additions and 1 deletions

View File

@ -23,7 +23,9 @@
Bundle "git://git.wincent.com/command-t.git"
" ...
" NOTE: if some plugins fail to work, put the config *before* line:
" NOTE: if some plugins fail to work, put the config *between* lines:
" filetype off
" "Bundles here
" filetype plugin indent on
3. Install configured bundles:

View File

@ -58,6 +58,11 @@ in order to install/search [all available vim scripts]
Bundle "git://git.wincent.com/command-t.git"
" ...
" NOTE: if some plugins fail to work, put the config *between* lines:
" filetype off
" "Bundles here
" filetype plugin indent on
3) Install configured bundles:
Launch `vim`, run >