Skip to content

Commit 3249cde

Browse files
authored
Merge pull request #157 from Jasagredo/jasagredo/add-stan-plugin
Add switch for Stan plugin
2 parents c5d3bc2 + 2568a05 commit 3249cde

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
@@ -136,6 +136,12 @@
136136
:group 'lsp-haskell-plugins
137137
:type 'boolean
138138
:lsp-path "haskell.plugin.retrie.globalOn")
139+
(defcustom-lsp lsp-haskell-plugin-stan-global-on
140+
t
141+
"Enables stan plugin"
142+
:group 'lsp-haskell-plugins
143+
:type 'boolean
144+
:lsp-path "haskell.plugin.stan.globalOn")
139145
(defcustom-lsp lsp-haskell-plugin-tactics-global-on
140146
t
141147
"Enables Wingman (tactics) plugin"

0 commit comments

Comments
 (0)