From dfab34e547a4d22828382b3c3ad7b977d91fd9af Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 25 Apr 2021 10:06:37 +0200 Subject: [PATCH] LSP: Don't show signatures in doc popup. --- init.d/programming/lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/programming/lsp.el b/init.d/programming/lsp.el index b8b41cf..0cdf752 100644 --- a/init.d/programming/lsp.el +++ b/init.d/programming/lsp.el @@ -68,7 +68,7 @@ :after (lsp-mode flycheck whitespace) :functions (my/whitespace-mode-on my/whitespace-mode-off) :custom ((lsp-ui-sideline-enable nil) ; Documentation in buffer. - (lsp-ui-doc-include-signature t) + (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.