From 1ad29ad70f681e2e9f711677c4d27f71acf96113 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 13 Oct 2020 03:18:31 +0200 Subject: [PATCH] Remove lsp distracting variable highlight --- +ui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/+ui.el b/+ui.el index 3e93c83..f7c77cc 100644 --- a/+ui.el +++ b/+ui.el @@ -19,7 +19,8 @@ ;; Disable LSP documentation popup (after! lsp-ui (setq lsp-ui-doc-enable nil - lsp-signature-auto-activate nil)) + lsp-signature-auto-activate nil + lsp-enable-symbol-highlighting nil)) ;; Shrink minibuffer (after! ivy (setq ivy-height 12))