diff --git a/lua/lazyvim/plugins/formatting.lua b/lua/lazyvim/plugins/formatting.lua index 9aee291e..376bd9e4 100644 --- a/lua/lazyvim/plugins/formatting.lua +++ b/lua/lazyvim/plugins/formatting.lua @@ -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.