add kdlfmt as kdl formatter for helix, and format config.kdl

This commit is contained in:
ulic-youthlic 2025-01-25 17:14:03 +08:00
parent 40f486c373
commit 9b30452dd7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 328 additions and 160 deletions

View file

@ -48,6 +48,16 @@
};
};
language = [
{
name = "kdl";
formatter = {
command = "kdlfmt";
args = [
"format"
"-"
];
};
}
{
name = "just";
formatter = {