lsp-mode: Do not show doc via mouse cursor
Usually the `lsp-ui-doc` is shown when the mouse cursor hovers a code element. This is now disabled.
This commit is contained in:
parent
d22f00dcc5
commit
9960c38468
1 changed files with 2 additions and 1 deletions
|
@ -55,4 +55,5 @@
|
|||
:bind
|
||||
("C-c i" . lsp-ui-doc-show)
|
||||
:config
|
||||
(setq lsp-ui-doc-position 'at-point))
|
||||
(setq lsp-ui-doc-position 'at-point)
|
||||
(setq lsp-ui-doc-show-with-mouse nil))
|
||||
|
|
Loading…
Reference in a new issue