turn off the mega annoying lsp documentation popup window

This commit is contained in:
Gered 2024-12-17 18:11:35 -05:00
parent bca822763d
commit ea374eb060

View file

@ -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)