Skip to content

Commit

Permalink
Adding semantic tokens plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
asadoll authored Jul 28, 2024
1 parent 1d15706 commit 0f71823
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lsp-haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,13 @@ but will take exponentially more time."
:package-version '(lsp-mode . "8.0.1")
:lsp-path "haskell.plugin.rename.globalOn")

(lsp-defcustom lsp-haskell-plugin-semantic-tokens-global-on t
"Enables semantic-tokens plugin"
:type 'boolean
:group 'lsp-haskell-plugins
:package-version '(lsp-mode . "8.0.1")
:lsp-path "haskell.plugin.semanticTokens.globalOn")

;; ---------------------------------------------------------------------
;; Non-language server options

Expand Down

0 comments on commit 0f71823

Please sign in to comment.