summaryrefslogtreecommitdiffstats
path: root/lisp/init-eglot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-eglot.el')
-rw-r--r--lisp/init-eglot.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el
index f852bcf..1b407c7 100644
--- a/lisp/init-eglot.el
+++ b/lisp/init-eglot.el
@@ -15,10 +15,6 @@
:config
;; disable symbol highlighting and documentation on hover
(setq eglot-ignored-server-capabilites '(:documentHighlightProvider
- :hoverProvider))
-
- ;; disable imenu integration as it's currently unsupported with gopls
- ;; https://github.com/joaotavora/eglot/pull/303
- (setq eglot-stay-out-of '("imenu")))
+ :hoverProvider)))
(provide 'init-eglot)