Skip to content

Commit

Permalink
none: chose a bit balanced value
Browse files Browse the repository at this point in the history
// thanks to the patch on channel
  • Loading branch information
Shane-XB-Qian committed Sep 20, 2023
1 parent c629f55 commit d205db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/lsp/inlayhints.vim
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def LspInlayHintsUpdate(bnr: number)
# When running tests, update the inlay hints immediately
InlayHintsTimerCb(lspserver, bnr, -1)
else
timerid = timer_start(800, function('InlayHintsTimerCb', [lspserver, bnr]))
timerid = timer_start(600, function('InlayHintsTimerCb', [lspserver, bnr]))
setbufvar(bnr, 'LspInlayHintsTimer', timerid)
endif
enddef
Expand Down

0 comments on commit d205db7

Please sign in to comment.