Browse Source

docs

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

+ 6
- 1
README.md View File

@ -15,10 +15,15 @@
set rtp+=~/.vim/vundle.git/
call vundle#rc()
" original repos on github
Bundle 'tpope/vim-fugitive'
Bundle 'lokaltog/vim-easymotion'
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
" vim-scripts repos
Bundle 'L9'
Bundle 'FuzzyFinder'
Bundle 'rails.vim'
Bundle 'ack.vim'
" non github repos
Bundle 'git://git.wincent.com/command-t.git'
" ...


Loading…
Cancel
Save