add some snacks
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user