Skip to content

Commit 2568a05

Browse files
committed
Add switch for Stan plugin
1 parent 7cf6494 commit 2568a05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lsp-haskell.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@
135135
:group 'lsp-haskell-plugins
136136
:type 'boolean
137137
:lsp-path "haskell.plugin.retrie.globalOn")
138+
(defcustom-lsp lsp-haskell-plugin-stan-global-on
139+
t
140+
"Enables stan plugin"
141+
:group 'lsp-haskell-plugins
142+
:type 'boolean
143+
:lsp-path "haskell.plugin.stan.globalOn")
138144
(defcustom-lsp lsp-haskell-plugin-tactics-global-on
139145
t
140146
"Enables Wingman (tactics) plugin"

0 commit comments

Comments
 (0)