From c3bd5dd89547bc09eca630d252b3be271b6d262c Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 6 May 2021 20:26:29 +0200 Subject: eglot: Show documentation --- lisp/init-eglot.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lisp/init-eglot.el') diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el index 4fea7d6..3ac6019 100644 --- a/lisp/init-eglot.el +++ b/lisp/init-eglot.el @@ -33,12 +33,7 @@ ;; C-c f formats buffer ("C-c f" . eglot-format) ;; C-c o organizes imports - ("C-c o" . eglot-code-action-organize-imports)) - - :config - ;; disable symbol highlighting and documentation on hover - (setq eglot-ignored-server-capabilites '(:documentHighlightProvider - :hoverProvider))) + ("C-c o" . eglot-code-action-organize-imports))) (provide 'init-eglot) -- cgit v1.2.3