LSP: Don't show signatures in doc popup.
This commit is contained in:
parent
ab9c185098
commit
dfab34e547
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user