update
This commit is contained in:
parent
4596df0212
commit
bc8b5e21a5
7 changed files with 43 additions and 24 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue