Nvim: add shfmt formatter
This commit is contained in:
parent
aa044a103d
commit
65788956dd
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ local formatters_by_ft = {
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
python = { "black" },
|
python = { "black" },
|
||||||
toml = { "taplo" },
|
toml = { "taplo" },
|
||||||
|
sh = { "shfmt" }
|
||||||
}
|
}
|
||||||
--
|
--
|
||||||
-- Format with prettierd if available, fall back to prettier
|
-- Format with prettierd if available, fall back to prettier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue