From 8297af01a81470c30f715f94f579b003867556a3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 14 Oct 2020 18:38:09 -0400 Subject: [PATCH] tools/lsp: tweak lsp-ui-doc defaults --- modules/tools/lsp/+lsp.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index 36bbd8954..ab16bbf99 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -115,6 +115,8 @@ server getting expensively restarted when reverting buffers." ;; lsp-ui-doc is redundant with and more invasive than ;; `+lookup/documentation' 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, ;; and there is a bug preventing Flycheck errors from being shown (the ;; errors flash briefly and then disappear).