2013-03-05 20:07:37 +01:00
|
|
|
# vim-signify
|
|
|
|
|
2013-03-06 23:40:57 +01:00
|
|
|
Or just: sy
|
|
|
|
|
2013-03-05 20:07:37 +01:00
|
|
|
This plugin started as a port of GitGutter, a famous plugin for Sublime Text 2.
|
2013-03-05 20:12:24 +01:00
|
|
|
It shows all added, deleted and changed lines since the last commit via Vim its
|
|
|
|
sign column.
|
2013-03-05 20:07:37 +01:00
|
|
|
|
2013-03-06 00:30:30 +01:00
|
|
|
![Example:signify in action](https://github.com/mhinz/vim-signify/raw/master/signify.png)
|
|
|
|
|
2013-03-05 20:07:37 +01:00
|
|
|
It's fast, highly configurable and well documented.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
2013-03-07 03:28:21 +01:00
|
|
|
- supports git, mercurial, bzr, subversion, cvs
|
2013-03-05 20:12:24 +01:00
|
|
|
- apart from signs there is also optional line highlighting
|
2013-03-05 23:15:28 +01:00
|
|
|
- fully configurable through global variables
|
2013-03-07 12:56:25 +01:00
|
|
|
- optional preserving of signs from other plugins
|
|
|
|
- you can toggle the plugin per buffer
|
2013-03-05 20:07:37 +01:00
|
|
|
- good documentation
|
|
|
|
|
2013-03-05 20:12:24 +01:00
|
|
|
- quick developer response! :-)
|
2013-03-05 20:07:37 +01:00
|
|
|
|
|
|
|
Limits exist only in your mind! Vim on!
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2013-03-06 13:51:23 +01:00
|
|
|
I suggest using tpope's plain and awesome pathogen:
|
|
|
|
|
|
|
|
- https://github.com/tpope/vim-pathogen
|
|
|
|
|
|
|
|
Afterwards, just clone vim-signify into ~/.vim/bundle/.
|
2013-03-05 20:07:37 +01:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
`:h signify`
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
Marco Hinz `<mh.codebro@gmail.com>`
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2013-03-07 13:12:01 +01:00
|
|
|
Copyright © 2013 Marco Hinz. Revised BSD license.
|