We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe66f6 commit 4afcebfCopy full SHA for 4afcebf
lsp-haskell.el
@@ -374,6 +374,13 @@ but will take exponentially more time."
374
:package-version '(lsp-mode . "8.0.1")
375
:lsp-path "haskell.plugin.ghcide-hover-and-symbols.symbolsOn")
376
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
+
384
(lsp-defcustom lsp-haskell-plugin-overloaded-record-dot-global-on t
385
"Enables overloaded-record-dot plugin"
386
:type 'boolean
0 commit comments