about summary refs log tree commit diff
path: root/dotfiles/.emacs
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-25 00:57:55 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-25 00:57:55 +0100
commitdbaa04f6aeb51eb79c7246533f41c081435006a2 (patch)
treec407604429132d14aab1f5ab0b564b1baa0ed3fe /dotfiles/.emacs
parentDotfiles: Emacs: General perf improvements (diff)
downloadnixos-config-dbaa04f6aeb51eb79c7246533f41c081435006a2.tar.gz
nixos-config-dbaa04f6aeb51eb79c7246533f41c081435006a2.tar.bz2
nixos-config-dbaa04f6aeb51eb79c7246533f41c081435006a2.zip
Dotfiles: Emacs: lsp semantic tokens
Diffstat (limited to '')
-rw-r--r--dotfiles/.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs
index 5ff7a2e..ee98822 100644
--- a/dotfiles/.emacs
+++ b/dotfiles/.emacs
@@ -146,6 +146,7 @@
 (use-package lsp-mode
   :ensure t
   :config
+  (setq lsp-semantic-tokens-enable t)
   (setq lsp-headerline-breadcrumb-enable nil)
   (setq lsp-file-watch-threshold 4000)
   (setq gc-cons-threshold 100000000)