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 })
|
||||
|
||||
@@ -2,7 +2,7 @@ require("mason-auto-install").setup({
|
||||
packages = {
|
||||
{
|
||||
"bash-language-server",
|
||||
dependencies = { "shellcheck", "shfmt" },
|
||||
dependencies = { "shellcheck", "beautysh" },
|
||||
},
|
||||
-- "clangd",
|
||||
"neocmakelsp",
|
||||
|
||||
Reference in New Issue
Block a user