tools/lsp: revert lsp-eldoc-enable-hover to default (t)

This commit is contained in:
Henrik Lissner 2019-09-26 14:26:08 -04:00
parent 0690bac82f
commit 364cec34e0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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, ;; 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).
lsp-ui-sideline-show-hover nil 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)
(set-lookup-handlers! 'lsp-ui-mode :async t (set-lookup-handlers! 'lsp-ui-mode :async t
:definition 'lsp-ui-peek-find-definitions :definition 'lsp-ui-peek-find-definitions