diff options
| author | Baitinq <[email protected]> | 2024-02-25 00:57:55 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-02-25 00:57:55 +0100 |
| commit | dbaa04f6aeb51eb79c7246533f41c081435006a2 (patch) | |
| tree | c407604429132d14aab1f5ab0b564b1baa0ed3fe | |
| parent | Dotfiles: Emacs: General perf improvements (diff) | |
| download | nixos-config-dbaa04f6aeb51eb79c7246533f41c081435006a2.tar.gz nixos-config-dbaa04f6aeb51eb79c7246533f41c081435006a2.tar.bz2 nixos-config-dbaa04f6aeb51eb79c7246533f41c081435006a2.zip | |
Dotfiles: Emacs: lsp semantic tokens
| -rw-r--r-- | dotfiles/.emacs | 1 |
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) |