diff --git a/emacs.d/lsp.el b/emacs.d/lsp.el index c7c6424..8577a56 100644 --- a/emacs.d/lsp.el +++ b/emacs.d/lsp.el @@ -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)