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:
2021-04-20 01:24:31 +01:00
parent c8187b4be8
commit c5ffefdb97

View File

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