mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
Proper sentences in bullet points.
This commit is contained in:
20
README.mkd
20
README.mkd
@@ -4,19 +4,19 @@ A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows whe
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* shows signs for added, modified, and removed lines
|
* Shows signs for added, modified, and removed lines.
|
||||||
* ensures signs are always as up to date as possible (but without running more than necessary)
|
* Ensures signs are always as up to date as possible (but without running more than necessary).
|
||||||
* quick jumping between blocks of changed lines ("hunks")
|
* Quick jumping between blocks of changed lines ("hunks").
|
||||||
* stage/revert individual hunks
|
* Stage/revert individual hunks.
|
||||||
* optional line highlighting
|
* Optional line highlighting.
|
||||||
* fully customisable (signs, sign column, line highlights, mappings, extra git-diff arguments, etc)
|
* Fully customisable (signs, sign column, line highlights, mappings, extra git-diff arguments, etc).
|
||||||
* can be toggled on/off
|
* Can be toggled on/off.
|
||||||
* preserves signs from other plugins
|
* Preserves signs from other plugins.
|
||||||
* easy to integrate diff stats into status line; built-in integration with [vim-airline](https://github.com/bling/vim-airline/)
|
* Easy to integrate diff stats into status line; built-in integration with [vim-airline](https://github.com/bling/vim-airline/).
|
||||||
|
|
||||||
Constraints:
|
Constraints:
|
||||||
|
|
||||||
* supports git only
|
* Supports git only.
|
||||||
|
|
||||||
|
|
||||||
### Screenshot
|
### Screenshot
|
||||||
|
|||||||
Reference in New Issue
Block a user