Nvim: add shfmt formatter

This commit is contained in:
Marko Korhonen 2025-07-08 18:58:02 -05:00
parent aa044a103d
commit 65788956dd
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -3,6 +3,7 @@ local formatters_by_ft = {
lua = { "stylua" },
python = { "black" },
toml = { "taplo" },
sh = { "shfmt" }
}
--
-- Format with prettierd if available, fall back to prettier