feat(sh): replace shfmt with beautysh

This commit is contained in:
2026-04-23 21:04:36 +02:00
parent d1ece35d37
commit 9658868cd9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ return {
vim.keymap.set("n", "<leader>lf", function()
util.format({
buf = bufnr,
cmd = { "shfmt", "-s", "-i", "4", "-" },
cmd = { "beautysh", "-" },
output = "stdout",
})
end, { buffer = bufnr })