Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akiomik/git-gutter-vim
- Owner: akiomik
- License: mit
- Created: 2013-01-04T08:20:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T10:31:57.000Z (over 7 years ago)
- Last Synced: 2024-05-01T21:47:16.708Z (8 months ago)
- Topics: gitgutter, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 451 KB
- Stars: 24
- Watchers: 4
- 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.![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`.