[ADDED] go lang plugins BASE COPY FROM EXTRAS

This commit is contained in:
Daveanand Mannie
2025-05-08 12:58:10 -04:00
parent 25fe9692ab
commit 17ac18ff29
5 changed files with 86 additions and 7 deletions

View File

@@ -2,15 +2,23 @@ return {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
-- python
"basedpyright",
"biome",
"black",
"lemminx",
"lua-language-server",
"ruby-lsp",
"ruff",
"shfmt",
-- js, json, xml, all front end stuff
"black",
"biome",
"lemminx",
-- lua
"stylua",
"lua-language-server",
--ruby
"ruby-lsp",
-- bash
"shfmt",
-- go
"goimports",
"gofumpt"
},
},
}