fix(haskell): replace brittany with ormolu
This commit is contained in:
parent
b76bc08d6d
commit
965c0ea869
2 changed files with 2 additions and 3 deletions
|
@ -3,12 +3,10 @@
|
|||
haskell-language-server
|
||||
ghc
|
||||
cabal-install
|
||||
ormolu
|
||||
|
||||
(with haskellPackages; [
|
||||
hoogle
|
||||
|
||||
brittany
|
||||
hls-brittany-plugin
|
||||
])
|
||||
|
||||
stack
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue