mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lsp): enable lsp-semantic-tokens
This only works with language servers that support semantic tokens. If the language server does not support it, this setting has no effect.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
(lsp-keymap-prefix "M-;")
|
||||
(lsp-lens-enable t)
|
||||
(lsp-modeline-diagnostics-enable t)
|
||||
(lsp-semantic-tokens-enable t)
|
||||
(lsp-signature-auto-activate t)
|
||||
(lsp-signature-render-documentation t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user