https://github.com/akiomik/git-gutter-vim
git gutter for vim
https://github.com/akiomik/git-gutter-vim
gitgutter vim vim-plugin
Last synced: 5 months ago
JSON representation
git gutter for vim
- Host: GitHub
- URL: https://github.com/akiomik/git-gutter-vim
- Owner: akiomik
- License: mit
- Created: 2013-01-04T08:20:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T10:31:57.000Z (over 8 years ago)
- Last Synced: 2025-04-01T16:21:31.828Z (9 months ago)
- Topics: gitgutter, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 451 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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`.