summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/conform.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/conform.lua b/lua/plugins/conform.lua
index 7b7cd46..1352ba0 100644
--- a/lua/plugins/conform.lua
+++ b/lua/plugins/conform.lua
@@ -5,6 +5,7 @@ return {
formatters_by_ft = {
lua = { "stylua" },
python = { "ruff_fix", "ruff_format", "ruff_organize_imports" },
+ sh = { "shfmt" }
},
format_on_save = { timeout_ms = 500, lsp_format = "fallback" },
},