mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
mod(lsp): switched to fourmolu
This commit is contained in:
parent
5fa8290c7e
commit
b511a1ba9f
2 changed files with 9 additions and 10 deletions
|
|
@ -204,8 +204,8 @@ local setup_ht = function()
|
|||
default_settings = {
|
||||
haskell = {
|
||||
-- formattingProvider = "stylish-haskell"
|
||||
-- formattingProvider = "fourmolu"
|
||||
formattingProvider = "ormolu"
|
||||
formattingProvider = "fourmolu"
|
||||
-- formattingProvider = "ormolu"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue