add rust and golang with debugger

This commit is contained in:
2024-03-19 02:51:01 +00:00
parent 536c55e499
commit 87100b9fbf
7 changed files with 102 additions and 8 deletions

View File

@ -21,6 +21,9 @@ M.treesitter = {
"gomod",
"gowork",
"gosum",
-- rust
"rust",
},
}
@ -44,13 +47,9 @@ M.mason = {
-- go
"gopls",
"goimports",
"gofumpt",
"gomodifytags",
"impl",
"iferr",
"staticcheck",
"delve",
-- rust
"codelldb",
},
}