add some snacks

This commit is contained in:
Jonathan DeMasi
2025-09-15 21:06:39 -06:00
parent c725e353cd
commit 216e7580b3
3 changed files with 23 additions and 11 deletions

View File

@@ -1,10 +1,9 @@
return {
{
"https://github.com/neovim/nvim-lspconfig",
config = function()
local lspconfig = require("lspconfig")
lspconfig.gopls.setup({})
end,
}
{
"https://github.com/neovim/nvim-lspconfig",
config = function()
local lspconfig = require("lspconfig")
lspconfig.gopls.setup({})
end,
}
}