Skip to content

Commit

Permalink
feat(nvim): shfmt shell files
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 16, 2023
1 parent 84bf4b7 commit 68f41b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/neovim/config/lua/user/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ conform.setup({
css = prettier,
nix = { "nixpkgs_fmt" },
go = { "gofumpt" },
sh = { "shfmt" },
fish = { "fish_indent" },
json = { "jq" },
rust = { "rustfmt" },
Expand Down

0 comments on commit 68f41b6

Please sign in to comment.