mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Document required support for signs in Vim.
This commit is contained in:
@@ -18,6 +18,8 @@ In the screenshot above you can see:
|
||||
|
||||
### Installation
|
||||
|
||||
Before installation, please check your Vim supports signs by running `:echo has('signs')`. `1` means you're all set; `0` means you need to install a Vim with signs support. If you're compiling Vim yourself you need the 'big' or 'huge' feature set. [MacVim][] supports signs.
|
||||
|
||||
If you don't have a preferred installation method, I recommend installing [pathogen.vim][pathogen], and then simply copy and paste:
|
||||
|
||||
```
|
||||
@@ -199,3 +201,4 @@ Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence
|
||||
[ggv]: https://github.com/akiomik/git-gutter-vim
|
||||
[togg]:https://github.com/gilligan/textobj-gitgutter
|
||||
[mercurial]: https://github.com/safetydank/vim-gitgutter
|
||||
[macvim]: http://code.google.com/p/macvim/
|
||||
|
||||
Reference in New Issue
Block a user