From c5ffefdb97d269b195dd13abdb46cac5d205dbd7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 20 Apr 2021 01:24:31 +0100 Subject: [PATCH] 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. --- modules/lsp/siren-lsp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lsp/siren-lsp.el b/modules/lsp/siren-lsp.el index 2a2bbf9..905f9fe 100644 --- a/modules/lsp/siren-lsp.el +++ b/modules/lsp/siren-lsp.el @@ -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)