Browse Source

docs

pull/25/merge
gmarik 15 years ago
parent
commit
f701bd5cab
1 changed files with 9 additions and 7 deletions
  1. +9
    -7
      README.md

+ 9
- 7
README.md View File

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


Loading…
Cancel
Save