Skip to content

Commit

Permalink
fix(nvim): conform config
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 Feb 22, 2024
1 parent 8e26f2c commit 563c582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/neovim/config/lua/user/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conform.setup({
javascript = { "prettier" },
json = { "jq" },
lua = { "stylua" },
markdown = { "prettier", "injected" },
markdown = { "prettier" },
nix = { "nixpkgs_fmt" },
rust = { "rustfmt" },
sh = { "shfmt" },
Expand Down

0 comments on commit 563c582

Please sign in to comment.