fix(haskell): replace brittany with ormolu

This commit is contained in:
Infinidoge 2023-01-06 00:16:46 -05:00
parent b76bc08d6d
commit 965c0ea869
2 changed files with 2 additions and 3 deletions

View file

@ -3,12 +3,10 @@
haskell-language-server
ghc
cabal-install
ormolu
(with haskellPackages; [
hoogle
brittany
hls-brittany-plugin
])
stack

View file

@ -108,6 +108,7 @@
;; --- LSP ---
(setq lsp-csharp-server-path (executable-find "omnisharp"))
(setq lsp-haskell-formatting-provider "ormolu")
;; --- --- Original Configuration Comments --- ---
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here