Update generic stuff.
This commit is contained in:
parent
5c531443b4
commit
5bb03a44ca
4 changed files with 56 additions and 21 deletions
|
@ -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",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue