2013-03-28 05:25:24 -04:00
|
|
|
vim-signify
|
|
|
|
-----------
|
2013-03-05 14:07:37 -05:00
|
|
|
|
2013-10-02 08:27:22 -04:00
|
|
|
![Example:signify in action](https://github.com/mhinz/vim-signify/raw/master/signify.gif)
|
|
|
|
|
|
|
|
by Marco Hinz
|
|
|
|
|
2013-10-02 08:38:37 -04:00
|
|
|
Twitter: https://twitter.com/_mhinz_
|
2013-10-02 08:27:22 -04:00
|
|
|
IRC: __mhi^__ (Freenode)
|
|
|
|
|
2013-10-02 08:38:37 -04:00
|
|
|
If you use any of my plugins, please star them on github. It's a great way of
|
|
|
|
getting feedback and gives me the kick to put more time into their development.
|
|
|
|
If you encounter any bugs or have feature requests, just open an issue report on
|
|
|
|
Github.
|
2013-10-02 08:27:22 -04:00
|
|
|
|
|
|
|
Intro
|
|
|
|
-----
|
|
|
|
|
|
|
|
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.
|
2013-03-06 17:40:57 -05:00
|
|
|
|
2013-10-02 08:27:22 -04:00
|
|
|
It's __fast__, __easy to use__ and __well documented__.
|
2013-03-05 18:30:30 -05:00
|
|
|
|
2014-12-11 11:28:14 -05:00
|
|
|
_NOTE:_ If git is the only version control system you use, I suggest having a
|
|
|
|
look at [vim-gitgutter](https://github.com/airblade/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.
|
|
|
|
|
2013-10-02 08:27:22 -04:00
|
|
|
---
|
2013-03-05 14:07:37 -05:00
|
|
|
|
|
|
|
Features:
|
|
|
|
|
2013-07-29 19:27:05 -04:00
|
|
|
- supports git, mercurial, darcs, bazaar, subversion, cvs, rcs, fossil, accurev,
|
|
|
|
perforce
|
2014-10-04 10:20:17 -04:00
|
|
|
- quick jumping between blocks of changed lines ("hunks")
|
2013-03-05 14:12:24 -05:00
|
|
|
- apart from signs there is also optional line highlighting
|
2014-10-04 10:20:17 -04:00
|
|
|
- preserves signs from other plugins
|
2013-03-07 06:56:25 -05:00
|
|
|
- you can toggle the plugin per buffer
|
2013-03-05 14:07:37 -05:00
|
|
|
- good documentation
|
2014-10-04 10:20:17 -04:00
|
|
|
- skip certain filetypes and filenames
|
2013-10-02 08:27:22 -04:00
|
|
|
- depending on your usual workflow you can disable it per default and enable on
|
|
|
|
demand later
|
2014-10-04 10:20:17 -04:00
|
|
|
- fully configurable through global variables (options and mappings)
|
2013-03-05 14:07:37 -05:00
|
|
|
|
2013-10-02 08:27:22 -04:00
|
|
|
Installation & Documentation
|
|
|
|
----------------------------
|
2013-04-04 05:14:07 -04:00
|
|
|
|
2013-10-02 08:27:22 -04:00
|
|
|
If you have no preferred installation method, I suggest using tpope's
|
|
|
|
[pathogen](https://github.com/tpope/vim-pathogen). Afterwards installing
|
2013-10-02 08:33:05 -04:00
|
|
|
vim-signify is as easy as pie:
|
2013-03-07 07:55:18 -05:00
|
|
|
|
2013-10-02 08:33:05 -04:00
|
|
|
$ git clone https://github.com/mhinz/vim-signify ~/.vim/bundle/vim-signify
|
2013-03-12 07:25:22 -04:00
|
|
|
|
2013-10-02 08:27:22 -04:00
|
|
|
It works without any configuration, but you might want to look into the
|
|
|
|
documentation for further customization:
|
2013-03-05 14:07:37 -05:00
|
|
|
|
2013-10-02 08:27:22 -04:00
|
|
|
:Helptags " rebuilding tags files
|
|
|
|
:h signify
|
2013-03-05 14:07:37 -05:00
|
|
|
|
2013-12-01 06:04:58 -05:00
|
|
|
_NOTE_: The single most important option by far is `g:signify_vcs_list`. Please
|
2015-05-21 14:49:55 -04:00
|
|
|
read `:h g:signify_vcs_list`.
|
2013-12-01 06:04:58 -05:00
|
|
|
|
2013-03-28 05:25:24 -04:00
|
|
|
License
|
|
|
|
-------
|
2013-03-05 14:07:37 -05:00
|
|
|
|
2015-04-28 09:59:08 -04:00
|
|
|
MIT license. Copyright (c) 2015 Marco Hinz.
|