From 467dcb0e4ff523099713a7f9819898e2fc19080e Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 20 Feb 2020 19:48:07 +0100 Subject: Disable symbol highlighting --- lisp/init-eglot.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-eglot.el') diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el index 6146bf6..c9e9b73 100644 --- a/lisp/init-eglot.el +++ b/lisp/init-eglot.el @@ -11,6 +11,8 @@ ;; C-c f formats buffer ("C-c f" . eglot-format)) :config + ;; disble symbol highlighting + (setq eglot-ignored-server-capabilites '(:documentHighlightProvider)) ;; disable imenu integration as it's currently unsupported with gopls ;; https://github.com/joaotavora/eglot/pull/303 (setq eglot-stay-out-of '("imenu"))) -- cgit v1.2.3