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" },
|
||||
python = { "black" },
|
||||
toml = { "taplo" },
|
||||
sh = { "shfmt" }
|
||||
}
|
||||
--
|
||||
-- Format with prettierd if available, fall back to prettier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue