From 68c12c946cb77742b73f5bef1be1dabf823f0ae4 Mon Sep 17 00:00:00 2001 From: shawn-sterling Date: Wed, 6 Mar 2013 11:04:12 +0100 Subject: [PATCH] Add Vundle instructions. --- README.mkd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.mkd b/README.mkd index e2e647f..531f2f5 100644 --- a/README.mkd +++ b/README.mkd @@ -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