chore(nvim): shellscript formatting with shfmt

This commit is contained in:
2024-12-28 18:59:59 +02:00
parent 439638b686
commit f56d5682d1

View File

@@ -324,6 +324,8 @@ return {
end,
formatters_by_ft = {
lua = { 'stylua' },
sh = { 'shfmt' },
bash = { 'shfmt' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--