mod(lsp): switched back to ormolu because stylish-haskell isn't

idempotent
This commit is contained in:
Léana 江 2023-07-26 19:12:02 +08:00 committed by Léana 江
parent 662837c7f9
commit e2f2eccbd6
3 changed files with 53 additions and 1 deletions

View file

@ -202,6 +202,7 @@ local setup_ht = function()
default_settings = {
haskell = {
-- formattingProvider = "stylish-haskell"
-- formattingProvider = "fourmolu"
formattingProvider = "ormolu"
}
}