chore(nvim): few tweaks

This commit is contained in:
2024-12-28 22:14:20 +00:00
parent 236e096051
commit ee0e04842b
5 changed files with 29 additions and 11 deletions

View File

@@ -181,7 +181,8 @@ return {
markdown = { "mdformat" },
rust = { "rustfmt" },
go = { "gofmt" },
json = { "jq" }
json = { "jq" },
bash = { "shfmt" }
}
})
end,