Skip to content

Commit

Permalink
Merge pull request #157 from Jasagredo/jasagredo/add-stan-plugin
Browse files Browse the repository at this point in the history
Add switch for Stan plugin
  • Loading branch information
michaelpj authored Jan 4, 2023
2 parents c5d3bc2 + 2568a05 commit 3249cde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lsp-haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
:group 'lsp-haskell-plugins
:type 'boolean
:lsp-path "haskell.plugin.retrie.globalOn")
(defcustom-lsp lsp-haskell-plugin-stan-global-on
t
"Enables stan plugin"
:group 'lsp-haskell-plugins
:type 'boolean
:lsp-path "haskell.plugin.stan.globalOn")
(defcustom-lsp lsp-haskell-plugin-tactics-global-on
t
"Enables Wingman (tactics) plugin"
Expand Down

0 comments on commit 3249cde

Please sign in to comment.