LSP: Don't show signatures in doc popup.

This commit is contained in:
tastytea 2021-04-25 10:06:37 +02:00
parent ab9c185098
commit dfab34e547
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

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