We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d15706 + 0f71823 commit 85a82c9Copy full SHA for 85a82c9
lsp-haskell.el
@@ -433,6 +433,13 @@ but will take exponentially more time."
433
:package-version '(lsp-mode . "8.0.1")
434
:lsp-path "haskell.plugin.rename.globalOn")
435
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
+
443
;; ---------------------------------------------------------------------
444
;; Non-language server options
445
0 commit comments