add: bash setup

This commit is contained in:
kenji
2025-12-27 18:36:21 -06:00
parent c92c7fde64
commit ddb728dae4
3 changed files with 9 additions and 14 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
formatters_by_ft = {
terraform = ["tofu_fmt"];
tf = ["tofu_fmt"];
sh = ["beautysh"];
sh = ["shfmt"];
bash = ["shfmt"];
};
};
};