add just formatter for helix and format Justfile
This commit is contained in:
parent
fcaa7b1d1c
commit
40f486c373
2 changed files with 13 additions and 2 deletions
|
|
@ -48,6 +48,15 @@
|
|||
};
|
||||
};
|
||||
language = [
|
||||
{
|
||||
name = "just";
|
||||
formatter = {
|
||||
command = "just";
|
||||
args = [
|
||||
"--dump"
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "nix";
|
||||
formatter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue