add kdlfmt as kdl formatter for helix, and format config.kdl
This commit is contained in:
parent
40f486c373
commit
9b30452dd7
3 changed files with 328 additions and 160 deletions
|
|
@ -48,6 +48,16 @@
|
|||
};
|
||||
};
|
||||
language = [
|
||||
{
|
||||
name = "kdl";
|
||||
formatter = {
|
||||
command = "kdlfmt";
|
||||
args = [
|
||||
"format"
|
||||
"-"
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "just";
|
||||
formatter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue