tools/lsp: tweak lsp-ui-doc defaults

This commit is contained in:
Henrik Lissner 2020-10-14 18:38:09 -04:00
parent 2491c8ed2c
commit 8297af01a8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -115,6 +115,8 @@ server getting expensively restarted when reverting buffers."
;; lsp-ui-doc is redundant with and more invasive than ;; lsp-ui-doc is redundant with and more invasive than
;; `+lookup/documentation' ;; `+lookup/documentation'
lsp-ui-doc-enable nil lsp-ui-doc-enable nil
lsp-ui-doc-show-with-mouse nil ; don't disappear on mouseover
lsp-ui-doc-position 'at-point
;; Don't show symbol definitions in the sideline. They are pretty noisy, ;; Don't show symbol definitions in the sideline. They are pretty noisy,
;; and there is a bug preventing Flycheck errors from being shown (the ;; and there is a bug preventing Flycheck errors from being shown (the
;; errors flash briefly and then disappear). ;; errors flash briefly and then disappear).