|
|
@ -73,6 +73,8 @@ in order to install/search [all available vim scripts] |
|
|
Bundle 'rails.vim' |
|
|
Bundle 'rails.vim' |
|
|
" non github repos |
|
|
" non github repos |
|
|
Bundle 'git://git.wincent.com/command-t.git' |
|
|
Bundle 'git://git.wincent.com/command-t.git' |
|
|
|
|
|
" git repos on your local machine (ie. when working on your own plugin) |
|
|
|
|
|
Bundle 'file:///Users/gmarik/path/to/plugin' |
|
|
" ... |
|
|
" ... |
|
|
|
|
|
|
|
|
filetype plugin indent on " required! |
|
|
filetype plugin indent on " required! |
|
|
|