Documentation update

This commit is contained in:
gmarik 2011-03-11 09:50:50 -06:00
parent 75e11ff51e
commit 5b3a0163e0

View File

@ -10,7 +10,7 @@
2. Configure bundles:
Append to your `~/.vimrc`:
Put into your `~/.vimrc`:
set rtp+=~/.vim/vundle.git/
call vundle#rc()
@ -23,6 +23,9 @@
Bundle "git://git.wincent.com/command-t.git"
" ...
" NOTE: if some plugins fail to work, put the config *before* line:
" filetype plugin indent on
3. Install configured bundles:
Launch `vim`, run `:BundleInstall` (**no `Vim` restart required** since v0.5)