chore: use mini modules instead of the whole repo

This commit is contained in:
Mariano Z. 2024-12-23 14:21:17 -03:00
parent 99bcb4ca97
commit 519f262227
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
5 changed files with 67 additions and 33 deletions

View file

@ -20,6 +20,8 @@ return {
go = { "gofumpt", "goimports-reviser", "golines" },
cs = { "csharpier" },
templ = { "templ" },
c = { "clang-format" },
cpp = { "clang-format" },
},
formatters = {
csharpier = {