diff --git a/modules/home/programs/terminal/editors/neovim/plugins/conform.nix b/modules/home/programs/terminal/editors/neovim/plugins/conform.nix index a8354e0f8..b5f4d7bea 100644 --- a/modules/home/programs/terminal/editors/neovim/plugins/conform.nix +++ b/modules/home/programs/terminal/editors/neovim/plugins/conform.nix @@ -211,7 +211,6 @@ }; terraform_fmt = { command = lib.getExe pkgs.terraform; - prepend_args = "fmt"; }; xmlformat = { command = lib.getExe pkgs.xmlformat; @@ -221,7 +220,6 @@ }; zigfmt = { command = lib.getExe pkgs.zig; - prepend_args = "fmt"; }; }; };