1 2 3 4 5 6 7
return { 'neovim/nvim-lspconfig', config = function() vim.lsp.enable('gopls') vim.diagnostic.enable(false) end }