This commit is contained in:
DeveloperDurp 2025-05-17 10:27:17 -05:00
parent 4596df0212
commit bc8b5e21a5
7 changed files with 43 additions and 24 deletions

View file

@ -1,6 +1,7 @@
return {
{
"williamboman/mason.nvim",
"mason-org/mason.nvim",
version = "^1.0.0",
opts = {
ensure_installed = {
"gopls",
@ -23,6 +24,7 @@ return {
},
},
},
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
{
"nvim-treesitter/nvim-treesitter",
opts = {