Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akiomik/git-gutter-vim

git gutter for vim
https://github.com/akiomik/git-gutter-vim

gitgutter vim vim-plugin

Last synced: 27 days ago
JSON representation

git gutter for vim

Awesome Lists containing this project

README

        

git-gutter-vim
==============

## About

`git-gutter.vim` is a vim plugin version of [git-gutter](http://github.com/jisaacks/GitGutter)(sublime text2 plugin).
This plugin updates gutter when you save a file.

![screenshot](https://raw.githubusercontent.com/akiomik/git-gutter-vim/master/screenshot.png)

## Quick installation (with [NeoBundle](http://github.com/Shougo/neobundle.vim))

1. Add the following line to your `.vimrc`.

```vim
NeoBundle 'akiomik/git-gutter-vim'
```

2. Run this command on vim.

```vim
:NeoBundleInstall
```

## License

The MIT License. See `LICENSE`.