4e7faba8d3
Mercurial used to enable colors via an extension. Nowadays that is not true anymore and `extensions.color=!` is rendered useless. Use the omnipresent `--color=never` instead. `defaults` is deprecated in favor of `aliases`. We use `aliases.diff=` to force the use of the standard diff behaviour of `hg diff` which is the same as from GNU diff. Otherwise an external diff tool could produce output that signify does not understand. Refrences #272 |
||
---|---|---|
autoload | ||
doc | ||
pictures | ||
plugin | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
showcolors.bash |
Signify (or just Sy) uses the sign column to indicate added, modified and removed lines in a file that is managed by a version control system (VCS).
- Supports git, mercurial, darcs, bazaar, subversion, cvs, rcs, fossil, accurev, perforce, tfs.
- Asynchronous execution of VCS tools for Vim 7.4.1967+ and Neovim.
- Preserves signs from other plugins.
- Handles nested repositories controlled by different VCS.
- Provides mappings for navigating hunks ("blocks of changed lines").
- Provides an operator that acts on hunks.
- Alternative workflow: Disable the plugin by default and toggle it per buffer on demand.
- Optional line highlighting.
- Optional skipping of filetypes/filenames.
- Optional stats in the statusline.
- Works out of the box, but allows fine-grained configuration.
- Great documentation and handsome maintainers!
Similar plugin for git: vim-gitgutter
Installation
Use your favorite plugin manager, e.g. using vim-plug:
Plug 'mhinz/vim-signify'
Documentation
- Understand how the plugin works:
:h signify-modus-operandi
- Spare the plugin some work and read:
:h g:signify_vcs_list
Demo
Author and Feedback
If you like this plugin, star it! It's a great way of getting feedback. The same goes for reporting issues or feature requests.
Contact: Twitter
Co-maintainer: @jamessan