Use mason-tool-installer to install packages for conform

This commit is contained in:
2025-05-26 15:45:54 +02:00
parent 76410a8a52
commit ca2a7c6462
3 changed files with 85 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ return {
cpp = { "clang-format" },
go = { "goimports", "gofmt" },
python = { "ruff_organize_imports", "ruff_format" },
rust = { "rustfmt" },
rust = { { "rustfmt", system = true } },
javascript = { "prettierd" },
javascriptreact = { "prettierd" },
typescript = { "prettierd" },