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