diff --git a/modules/home-manager/cli/neovim/files/conform.lua b/modules/home-manager/cli/neovim/files/conform.lua index ff3d6d8..54ec4f6 100644 --- a/modules/home-manager/cli/neovim/files/conform.lua +++ b/modules/home-manager/cli/neovim/files/conform.lua @@ -6,6 +6,7 @@ require("conform").setup({ }, formatters_by_ft = { yaml = {"yamlfmt"}, + sh = { "shfmt" }, ["_"] = { "trim_whitespace" }, } })