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 e5d4645 commit 21ce926Copy full SHA for 21ce926
lsp-ui-doc.el
@@ -1081,7 +1081,7 @@ Argument WIN is current applying window."
1081
(when same-win
1082
(setq lsp-ui-doc--last-event point
1083
lsp-ui-doc--timer-mouse-movement
1084
- (run-with-idle-timer 0.5 nil 'lsp-ui-doc--mouse-display))))))
+ (run-with-idle-timer lsp-ui-doc-delay nil 'lsp-ui-doc--mouse-display))))))
1085
1086
(defun lsp-ui-doc--disable-mouse-on-prefix nil
1087
(and (bound-and-true-p lsp-ui-doc-mode)
0 commit comments