Neovim: run diffs asynchronously.

This commit is contained in:
Andy Stewart
2016-02-08 14:19:09 +00:00
parent 0416f209d8
commit 18b7836168
4 changed files with 83 additions and 26 deletions

View File

@@ -5,6 +5,7 @@ A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows whe
Features:
* Shows signs for added, modified, and removed lines.
* Neovim: runs the diffs asynchronously.
* Ensures signs are always as up to date as possible (but without running more than necessary).
* Quick jumping between blocks of changed lines ("hunks").
* Stage/revert/preview individual hunks.