From da1c299514be663f1fc98993d43d2ae0320c49d9 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Fri, 22 May 2026 13:34:29 -0400 Subject: [PATCH] Add zsh formatter with shfmt --- lua/lazyvim/plugins/formatting.lua | 1 + 1 file changed, 1 insertion(+) 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.