feat: dhall formatting

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-06-03 14:39:46 -05:00
parent 0dd5231390
commit 02f89355f9
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 8 additions and 0 deletions

View File

@ -185,6 +185,14 @@
auto-format = true;
formatter.command = "${typst-fmt}/bin/typstfmt";
}
{
name = "dhall";
auto-format = true;
formatter = {
command = "${dhall}/bin/dhall";
args = ["format"];
};
}
];
language-server = {
nil.config.nil.nix.flake.autoEvalInputs = true;