Add Vundle instructions.

This commit is contained in:
shawn-sterling
2013-03-06 11:04:12 +01:00
committed by Andy Stewart
parent d543e0dddc
commit 68c12c946c

View File

@@ -25,6 +25,13 @@ cd ~/.vim/bundle
git clone git://github.com/airblade/vim-gitgutter.git
```
Or for [Vundle](https://github.com/gmarik/vundle) users:
Add `Bundle 'airblade/vim-gitgutter'` to your `~/.vimrc` and then:
* either within Vim: `:BundleInstall`
* or in your shell: `vim +BundleInstall +qall`
### Usage