Browse Source

docs

pull/10/head
gmarik 15 years ago
parent
commit
a999d93fd2
2 changed files with 8 additions and 1 deletions
  1. +3
    -1
      README.md
  2. +5
    -0
      doc/vundle.txt

+ 3
- 1
README.md 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:


+ 5
- 0
doc/vundle.txt 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 >


Loading…
Cancel
Save