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
|
haskell-language-server
|
||||||
ghc
|
ghc
|
||||||
cabal-install
|
cabal-install
|
||||||
|
ormolu
|
||||||
|
|
||||||
(with haskellPackages; [
|
(with haskellPackages; [
|
||||||
hoogle
|
hoogle
|
||||||
|
|
||||||
brittany
|
|
||||||
hls-brittany-plugin
|
|
||||||
])
|
])
|
||||||
|
|
||||||
stack
|
stack
|
||||||
|
|
|
@ -108,6 +108,7 @@
|
||||||
|
|
||||||
;; --- LSP ---
|
;; --- LSP ---
|
||||||
(setq lsp-csharp-server-path (executable-find "omnisharp"))
|
(setq lsp-csharp-server-path (executable-find "omnisharp"))
|
||||||
|
(setq lsp-haskell-formatting-provider "ormolu")
|
||||||
|
|
||||||
;; --- --- Original Configuration Comments --- ---
|
;; --- --- Original Configuration Comments --- ---
|
||||||
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue