We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dc03c commit 7ca8e00Copy full SHA for 7ca8e00
doc/signify.txt
@@ -444,6 +444,12 @@ You can disable sign updating for certain events:
444
>
445
autocmd User SignifySetup autocmd! signify CursorHold,CursorHoldI
446
<
447
+If you don't need immediate feedback or responses from your VCS are slow, then
448
+use this to only update signs when writing the buffer:
449
+>
450
+ autocmd User SignifySetup
451
+ \ exe 'au! signify' | au signify BufWritePost * call sy#start()
452
+<
453
==============================================================================
454
EVENTS *signify-events*
455
0 commit comments