Use fourmolu as Haskell formatter and fixer

This commit is contained in:
2024-10-08 10:07:17 +02:00
parent 8cb88ec054
commit 02c752a943
2 changed files with 15 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ vim.g.ale_fixers = {
markdown = { "prettier", "pandoc" },
python = { "yapf" },
pascal = { "ptop" },
haskell = { "fourmolu" },
}
vim.keymap.set("n", "<leader>lf", ":ALEFix<CR>")