Skip to content

Commit 4afcebf

Browse files
author
Julien Debon
committed
Add ormolu external flag
This is the pendant of haskell/haskell-language-server#3771
1 parent 2fe66f6 commit 4afcebf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lsp-haskell.el

+7
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,13 @@ but will take exponentially more time."
374374
:package-version '(lsp-mode . "8.0.1")
375375
:lsp-path "haskell.plugin.ghcide-hover-and-symbols.symbolsOn")
376376

377+
(lsp-defcustom lsp-haskell-plugin-ormolu-config-external nil
378+
"Call out to an external "ormolu" executable, rather than using the bundled library"
379+
:type 'boolean
380+
:group 'lsp-haskell-plugins
381+
:package-version '(lsp-mode . "8.0.1")
382+
:lsp-path "haskell.plugin.ormolu.config.external")
383+
377384
(lsp-defcustom lsp-haskell-plugin-overloaded-record-dot-global-on t
378385
"Enables overloaded-record-dot plugin"
379386
:type 'boolean

0 commit comments

Comments
 (0)