
---
_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**, **yadm**.
- **Asynchronous** execution of VCS tools for Vim 8.0.902+ 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.
- **Preview** changes in the current line in a popup window.
- Show all changes in **diff mode**.
- 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](https://github.com/airblade/vim-gitgutter)_
## Installation
The `master` branch is async-only and thus requires at least Vim 8.0.902. Use
the `legacy` branch for older Vim versions.
Using your favorite [plugin
manager](https://github.com/mhinz/vim-galore#managing-plugins), e.g.
[vim-plug](https://github.com/junegunn/vim-plug):
```vim
if has('nvim') || has('patch-8.0.902')
Plug 'mhinz/vim-signify'
else
Plug 'mhinz/vim-signify', { 'branch': 'legacy' }
endif
```
## 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](https://twitter.com/_mhinz_)
Co-maintainer: [@jamessan](https://github.com/jamessan)

weixin_38743481
- 粉丝: 702
最新资源
- 单片机校园时间控制系统开题研究报告.doc
- 试论网络思想政治教育评价的特性.docx
- 计算机图形学与图形图像处理技术研究.docx
- 信息化时代医院文书档案管理工作的方法及策略.docx
- 基于单片机的花样电子时钟设计与制作.doc
- 单片机课题评测研究报告.doc
- (源码)基于Spring和物联网的智能饮品监测管理系统.zip
- 电力工程中输电线路施工项目管理存在的问题及对策分析.docx
- 一下找规律MicrosoftPowerPoint演示文稿.ppt
- 面向对象程序设计课程设计专业技术方案.doc
- 2025WAIC世界人工智能大会综合专业报告
- 基于五个对接的机械制造与自动化专业人才培养模式.docx
- 计算机在民政局社会福利中心科技管理中的应用与创新.docx
- 唐山首钢马兰庄铁矿有限责任公司dmine矿业软件在地质工作中应用.doc
- 肠结核结核性腹膜炎网络版.ppt
- (源码)基于C#的火车票预订系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


