add typstfmt

This commit is contained in:
Youwen Wu 2024-05-21 23:12:58 -07:00
parent 0aefb43ddb
commit c0a87dbeb1
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -36,6 +36,7 @@ return {
["haskell"] = {"fourmolu"}, ["haskell"] = {"fourmolu"},
["nix"] = {"nixpkgs-fmt"}, ["nix"] = {"nixpkgs-fmt"},
["lua"] = {"stylua"}, ["lua"] = {"stylua"},
["typst"] = {"typstfmt"}
}, },
}, },
} }