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