Readme and doc clarification about local git repos
This commit is contained in:
parent
3dcb0c3299
commit
769010ae4d
@ -39,6 +39,8 @@
|
||||
Bundle 'FuzzyFinder'
|
||||
" non github repos
|
||||
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!
|
||||
|
@ -73,6 +73,8 @@ in order to install/search [all available vim scripts]
|
||||
Bundle 'rails.vim'
|
||||
" non github repos
|
||||
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!
|
||||
|
Loading…
Reference in New Issue
Block a user