2013-03-05 14:07:37 -05:00
|
|
|
# vim-signify
|
|
|
|
|
|
|
|
This plugin started as a port of GitGutter, a famous plugin for Sublime Text 2.
|
2013-03-05 14:12:24 -05:00
|
|
|
It shows all added, deleted and changed lines since the last commit via Vim its
|
|
|
|
sign column.
|
2013-03-05 14:07:37 -05:00
|
|
|
|
2013-03-05 18:30:30 -05:00
|
|
|
![Example:signify in action](https://github.com/mhinz/vim-signify/raw/master/signify.png)
|
|
|
|
|
2013-03-05 14:07:37 -05:00
|
|
|
It's fast, highly configurable and well documented.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
- supports git (other DVCS will follow)
|
2013-03-05 14:12:24 -05:00
|
|
|
- apart from signs there is also optional line highlighting
|
2013-03-05 14:07:37 -05:00
|
|
|
- you can toggle the plugin per buffer
|
2013-03-05 17:15:28 -05:00
|
|
|
- fully configurable through global variables
|
2013-03-05 14:07:37 -05:00
|
|
|
- good documentation
|
|
|
|
|
2013-03-05 14:12:24 -05:00
|
|
|
- quick developer response! :-)
|
2013-03-05 14:07:37 -05:00
|
|
|
|
|
|
|
Limits exist only in your mind! Vim on!
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Just clone it into ~/.vim/bundle/.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
`:h signify`
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
Marco Hinz `<mh.codebro@gmail.com>`
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Copyright © 2013 Marco Hinz. Distributed under the same terms as Vim itself (see
|
|
|
|
`:help license`).
|