mod(lsp): switched to fourmolu

This commit is contained in:
Léana 江 2023-08-19 08:43:59 +08:00 committed by Léana 江
parent 5fa8290c7e
commit b511a1ba9f
2 changed files with 9 additions and 10 deletions

View file

@ -204,8 +204,8 @@ local setup_ht = function()
default_settings = {
haskell = {
-- formattingProvider = "stylish-haskell"
-- formattingProvider = "fourmolu"
formattingProvider = "ormolu"
formattingProvider = "fourmolu"
-- formattingProvider = "ormolu"
}
}
}