git-gutter icon indicating copy to clipboard operation
git-gutter copied to clipboard

[Improve] When the file is not saved, the hunk status can still be displayed in real time

Open KiteAB opened this issue 4 years ago • 2 comments

KiteAB avatar Sep 12 '20 13:09 KiteAB

Could you try to set git-gutter:update-interval greater than 0 like a following snippet.

(custom-set-variables
 '(git-gutter:update-interval 2))

syohex avatar Sep 12 '20 14:09 syohex

The status can only be read quickly when the file is saved

KiteAB avatar Sep 12 '20 14:09 KiteAB