Skip to content

Commit

Permalink
Add ormolu external flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Debon committed Aug 22, 2023
1 parent 2fe66f6 commit 4afcebf
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 @@ -374,6 +374,13 @@ but will take exponentially more time."
:package-version '(lsp-mode . "8.0.1")
:lsp-path "haskell.plugin.ghcide-hover-and-symbols.symbolsOn")

(lsp-defcustom lsp-haskell-plugin-ormolu-config-external nil
"Call out to an external "ormolu" executable, rather than using the bundled library"
:type 'boolean
:group 'lsp-haskell-plugins
:package-version '(lsp-mode . "8.0.1")
:lsp-path "haskell.plugin.ormolu.config.external")

(lsp-defcustom lsp-haskell-plugin-overloaded-record-dot-global-on t
"Enables overloaded-record-dot plugin"
:type 'boolean
Expand Down

0 comments on commit 4afcebf

Please sign in to comment.