Skip to content

Commit

Permalink
terminal/editors/neovim: conform fix extra args
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed May 30, 2024
1 parent 9f1f960 commit 307c67d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
};
terraform_fmt = {
command = lib.getExe pkgs.terraform;
prepend_args = "fmt";
};
xmlformat = {
command = lib.getExe pkgs.xmlformat;
Expand All @@ -221,7 +220,6 @@
};
zigfmt = {
command = lib.getExe pkgs.zig;
prepend_args = "fmt";
};
};
};
Expand Down

0 comments on commit 307c67d

Please sign in to comment.