Vim Git Diff na sarjeta

Agora pegue o Git Diff em seu vim usando este novo plugin.

https://github.com/airblade/vim-gitgutter

Instale como

cd ~/.vim/bundle
git clone git
://github.com/airblade/vim-gitgutter.git

Para ativá-lo por padrão, adicione ao seu arquivo vimrc

let g:gitgutter_enabled = 1

Ou faça-o manualmente como

turn off with :DisableGitGutter
turn on
with :EnableGitGutter
toggle
with :ToggleGitGutter.

É isso aí.

Feliz Hacking …