diff --git a/lsp-haskell.el b/lsp-haskell.el index 39600eb..a3a5e3a 100644 --- a/lsp-haskell.el +++ b/lsp-haskell.el @@ -135,6 +135,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"