bundle readme
This commit is contained in:
parent
6e5cbbde93
commit
07a20db57f
1 changed files with 16 additions and 0 deletions
16
.vim/bundle/README
Normal file
16
.vim/bundle/README
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
" Based on http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/
|
||||
|
||||
" Add new vim plugin
|
||||
" ------------------
|
||||
|
||||
" cd <dotfiles-git-repo>
|
||||
" git submodule add http://gitrepo.url/plugin.git .vim/bundle/pluginname
|
||||
" git add ...
|
||||
" git commit -m '...'
|
||||
|
||||
" Clone the vim config to another machine
|
||||
" ---------------------------------------
|
||||
" git clone http://github.com/username/dotvim.git ~/.vim
|
||||
" cd ~/.vim
|
||||
" git submodule init
|
||||
" git submodule update
|
||||
Loading…
Add table
Add a link
Reference in a new issue