git-gutter
git-gutter copied to clipboard
[Improve] When the file is not saved, the hunk status can still be displayed in real time
Could you try to set git-gutter:update-interval
greater than 0 like a following snippet.
(custom-set-variables
'(git-gutter:update-interval 2))
The status can only be read quickly when the file is saved