Go to file
Marco Hinz faf7a03071
New option: g:signify_sign_show_text
This makes all Signify signs use a non-breaking space as text. This is
convenient if only the background colors of the signs are important.

References #188.
2016-09-28 17:05:40 +02:00
autoload New option: g:signify_sign_show_text 2016-09-28 17:05:40 +02:00
doc New option: g:signify_sign_show_text 2016-09-28 17:05:40 +02:00
pictures README: complete revamp 2015-12-27 23:11:23 +01:00
plugin Add ]C and [C mappings 2016-01-14 03:40:52 +01:00
.gitignore Help out submodule users by ignoring doc/tags 2016-06-08 12:47:24 +02:00
CONTRIBUTING.md CONTRIBUTING: update 2013-06-06 12:42:30 +02:00
LICENSE Bump license years 2015-04-28 15:59:08 +02:00
README.md Add support for Team Foundation Server 2016-02-25 01:21:12 +01:00
showcolors.bash Showcolors: proper cleanup 2013-07-03 20:06:26 +02:00

vim-signify


Signify (or just Sy) is a quite unobtrusive plugin. It uses signs to indicate added, modified and removed lines based on data of an underlying version control system.

It's fast, easy to use and well documented.

NOTE: If git is the only version control system you use, I suggest having a look at vim-gitgutter. It provides more git-specific features that would be unfeasible for Sy, since it only implements features that work for all supported VCS.

Features:

  • supports git, mercurial, darcs, bazaar, subversion, cvs, rcs, fossil, accurev, perforce, tfs
  • quick jumping between blocks of changed lines ("hunks")
  • apart from signs there is also optional line highlighting
  • preserves signs from other plugins
  • you can toggle the plugin per buffer
  • good documentation
  • skip certain filetypes and filenames
  • depending on your usual workflow you can disable it per default and enable on demand later
  • fully configurable through global variables (options and mappings)

Installation and Documentation

Use your favorite plugin manager.

Using vim-plug:

Plug 'mhinz/vim-signify'

It works without any configuration, but you might want to look into the documentation for further customization:

:h signify

NOTE: The single most important option by far is g:signify_vcs_list. Please read :h g:signify_vcs_list.

Demo

Example:signify in action

Author and Feedback

If you like my plugins, please star them on Github. It's a great way of getting feedback. Same goes for issues reports or feature requests.

Contact: Mail | Twitter | Gitter

Co-maintainer: @jamessan

Get your Vim on!