feat(sh): replace shfmt with beautysh
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user