return { 'neovim/nvim-lspconfig', config = function() vim.lsp.enable('gopls') vim.diagnostic.enable(false) end }