turn off the mega annoying lsp documentation popup window
This commit is contained in:
parent
bca822763d
commit
ea374eb060
|
@ -30,6 +30,9 @@
|
|||
(setq lsp-headerline-breadcrumb-enable nil)
|
||||
(setq lsp-enable-snippet nil)
|
||||
(setq lsp-warn-no-matched-clients nil)
|
||||
;; having this giant window pop-up while typing is mega annoying! wish this could be done
|
||||
;; as a tooltip instead ...
|
||||
(setq lsp-signature-render-documentation nil)
|
||||
;; seems to remove the semi-annoying "Unable to autoconfigure company-mode" warning
|
||||
;; but still leaves completion via corfu working?
|
||||
(setq lsp-completion-provider :none)
|
||||
|
|
Loading…
Reference in a new issue