mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
Add section on alternatives.
This commit is contained in:
10
README.mkd
10
README.mkd
@@ -41,6 +41,14 @@ highlight clear SignColumn
|
|||||||
True. This plugin uses Vim's signs which require a sign to be on a line (not between two lines) and only permit one sign per line. Removed lines are signed with an underscore on the line above. If that line has also been modified, the plugin has to choose whether to show the removed-lines sign or the modified-line sign. It prefers the latter.
|
True. This plugin uses Vim's signs which require a sign to be on a line (not between two lines) and only permit one sign per line. Removed lines are signed with an underscore on the line above. If that line has also been modified, the plugin has to choose whether to show the removed-lines sign or the modified-line sign. It prefers the latter.
|
||||||
|
|
||||||
|
|
||||||
|
### Alternatives
|
||||||
|
|
||||||
|
I'm not aware of any other Vim plugins which (only) show git diffs in the gutter. However these may be of interest:
|
||||||
|
|
||||||
|
* [quickfixsigns_vim][qf] has a large superset of this functionality.
|
||||||
|
* [fugitive.vim][fugitive] is a full-on Git wrapper. It doesn't show git diffs in the gutter (ha!) but it does a bazillion other git things.
|
||||||
|
|
||||||
|
|
||||||
### Intellectual Property
|
### Intellectual Property
|
||||||
|
|
||||||
Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence.
|
Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence.
|
||||||
@@ -48,3 +56,5 @@ Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence
|
|||||||
|
|
||||||
[st2gg]: https://github.com/jisaacks/GitGutter
|
[st2gg]: https://github.com/jisaacks/GitGutter
|
||||||
[pathogen]: https://github.com/tpope/vim-pathogen
|
[pathogen]: https://github.com/tpope/vim-pathogen
|
||||||
|
[qf]: https://github.com/tomtom/quickfixsigns_vim
|
||||||
|
[fugitive]: https://github.com/tpope/vim-fugitive
|
||||||
|
|||||||
Reference in New Issue
Block a user