diff --git a/lua/plugins/conform.lua b/lua/plugins/conform.lua index 3ab3fdb..b185e8f 100644 --- a/lua/plugins/conform.lua +++ b/lua/plugins/conform.lua @@ -16,7 +16,9 @@ return { }, opts = { formatters_by_ft = { + bash = { "shfmt" }, kdl = { "kdlfmt" }, + sh = { "shfmt" }, terraform = { "terraform_fmt" }, }, default_format_opts = {