Browse Source

Merge github.com:gmarik/vundle into UI

pull/10/head
gmarik 15 years ago
parent
commit
f72e185c8a
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.md

+ 4
- 1
README.md 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)


Loading…
Cancel
Save