From 710a9c75c7fd714d2f9783ab515902f8ae72a19e Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Wed, 13 May 2020 21:58:25 +0200 Subject: Enable eglot imenu integration Now works with gopls. --- lisp/init-eglot.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lisp/init-eglot.el') 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) -- cgit v1.2.3