change haskell formatter to fourmolu

This commit is contained in:
Youwen Wu 2024-05-10 00:58:55 -07:00
parent ebbb48468d
commit 1dd03db7fc
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -33,7 +33,7 @@ return {
["handlebars"] = { "prettier" }, ["handlebars"] = { "prettier" },
["toml"] = {"taplo"}, ["toml"] = {"taplo"},
["tex"] = {"latexindent"}, ["tex"] = {"latexindent"},
["haskell"] = {"ormolu"}, ["haskell"] = {"fourmolu"},
["nix"] = {"nixpkgs-fmt"}, ["nix"] = {"nixpkgs-fmt"},
["lua"] = {"stylua"}, ["lua"] = {"stylua"},
}, },