mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-23 21:11:05 +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" },
|
lua = { "stylua" },
|
||||||
fish = { "fish_indent" },
|
fish = { "fish_indent" },
|
||||||
sh = { "shfmt" },
|
sh = { "shfmt" },
|
||||||
|
zsh = { "shfmt" },
|
||||||
},
|
},
|
||||||
-- The options you set here will be merged with the builtin formatters.
|
-- The options you set here will be merged with the builtin formatters.
|
||||||
-- You can also define any custom formatters here.
|
-- You can also define any custom formatters here.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue