From 364cec34e0c7ef495ba88ee6799375858a9a5b57 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 26 Sep 2019 14:26:08 -0400 Subject: [PATCH] tools/lsp: revert lsp-eldoc-enable-hover to default (t) --- modules/tools/lsp/config.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/tools/lsp/config.el b/modules/tools/lsp/config.el index 371633abb..ae82a5e9b 100644 --- a/modules/tools/lsp/config.el +++ b/modules/tools/lsp/config.el @@ -52,10 +52,7 @@ This can be a single company backend or a list thereof. It can be anything ;; 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). - lsp-ui-sideline-show-hover nil - ;; `lsp-ui' offers its own eldoc integration, which is redundant with - ;; lsp-mode's. - lsp-eldoc-enable-hover nil) + lsp-ui-sideline-show-hover nil) (set-lookup-handlers! 'lsp-ui-mode :async t :definition 'lsp-ui-peek-find-definitions