mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Add Vundle instructions.
This commit is contained in:
committed by
Andy Stewart
parent
d543e0dddc
commit
68c12c946c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user