Don't show LSP popups on mouse hover.

This commit is contained in:
tastytea 2021-05-25 07:55:01 +02:00
parent 21daa87696
commit ebe5d94b75
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@
(lsp-ui-doc-include-signature nil)
(lsp-ui-doc-max-width 100)
(lsp-ui-doc-max-height 20)
(lsp-ui-doc-enable t)) ; Documentation popup.
(lsp-ui-doc-enable t) ; Documentation popup.
(lsp-ui-doc-show-with-mouse nil))
:config (defun my/lsp-ws-toggle ()
"Works around the dots-in-wrong-color bug."
(if lsp-ui-peek-mode