Readme and doc clarification about local git repos

This commit is contained in:
Bruno Sutic 2013-04-21 17:03:02 +02:00
parent 3dcb0c3299
commit 769010ae4d
2 changed files with 4 additions and 0 deletions

View File

@ -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!

View File

@ -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!