Skip to content

Commit 85a82c9

Browse files
authored
Merge pull request #185 from asadoll/master
Adding semantic tokens plugin config
2 parents 1d15706 + 0f71823 commit 85a82c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lsp-haskell.el

+7
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,13 @@ but will take exponentially more time."
433433
:package-version '(lsp-mode . "8.0.1")
434434
:lsp-path "haskell.plugin.rename.globalOn")
435435

436+
(lsp-defcustom lsp-haskell-plugin-semantic-tokens-global-on t
437+
"Enables semantic-tokens plugin"
438+
:type 'boolean
439+
:group 'lsp-haskell-plugins
440+
:package-version '(lsp-mode . "8.0.1")
441+
:lsp-path "haskell.plugin.semanticTokens.globalOn")
442+
436443
;; ---------------------------------------------------------------------
437444
;; Non-language server options
438445

0 commit comments

Comments
 (0)