Go to file
2013-03-06 12:32:02 +01:00
doc rename 'change' to 'hunk' in the appropriate places 2013-03-06 12:32:02 +01:00
plugin rename 'change' to 'hunk' in the appropriate places 2013-03-06 12:32:02 +01:00
README.md add screenshot 2013-03-06 00:36:32 +01:00
signify.png add screenshot 2013-03-06 00:36:32 +01:00

vim-signify

This plugin started as a port of GitGutter, a famous plugin for Sublime Text 2. It shows all added, deleted and changed lines since the last commit via Vim its sign column.

Example:signify in action

It's fast, highly configurable and well documented.

Features:

  • supports git (other DVCS will follow)

  • apart from signs there is also optional line highlighting

  • you can toggle the plugin per buffer

  • fully configurable through global variables

  • good documentation

  • quick developer response! :-)

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).