Update generic stuff.

This commit is contained in:
CronyAkatsuki 2025-01-27 21:31:20 +01:00
parent 5c531443b4
commit 5bb03a44ca
4 changed files with 56 additions and 21 deletions

View file

@ -7,6 +7,7 @@ conform.setup({
lua = { "stylua" },
sh = { "shfmt" },
bash = { "shfmt" },
go = { "goimports", "gofumpt" },
},
})
@ -53,5 +54,7 @@ mason_tool_installer.setup({
"shfmt",
"mypy",
"ruff",
"goimports",
"gofumpt",
},
})