feat(formatting): shell formatting

This commit is contained in:
Guz
2024-12-07 14:37:09 -03:00
parent 5fe2e90be4
commit abbcb0bab1

View File

@@ -30,6 +30,7 @@ return {
lua = { "stylua" },
nix = { "alejandra" },
rust = { "rustfmt", lsp_format = "fallback" },
sh = { "shellharden", "shfmt" },
-- Golang's formatters used by priority
go = function(bufnr)