mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
Add zsh formatter with shfmt
This commit is contained in:
parent
fa88241e2f
commit
da1c299514
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ return {
|
|||
lua = { "stylua" },
|
||||
fish = { "fish_indent" },
|
||||
sh = { "shfmt" },
|
||||
zsh = { "shfmt" },
|
||||
},
|
||||
-- The options you set here will be merged with the builtin formatters.
|
||||
-- You can also define any custom formatters here.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue