nvim-config/lua/plugins/lang/go.lua

10 lines
119 B
Lua

return {
{
"neovim/nvim-lspconfig",
opts = {
my_servers = {
gopls = {},
},
},
},
}