git-gutter.vim
is a vim plugin version of git-gutter(sublime text2 plugin).
This plugin updates gutter when you save a file.
Quick installation (with NeoBundle)
- Add the following line to your
.vimrc
.
NeoBundle 'akiomik/git-gutter-vim'
- Run this command on vim.
:NeoBundleInstall
The MIT License. See LICENSE
.