Remove lsp distracting variable highlight

This commit is contained in:
coolneng 2020-10-13 03:18:31 +02:00
parent 2d74c3a675
commit 1ad29ad70f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

3
+ui.el
View File

@ -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))