{ ... }: {
	text = ''
		local lspconfig = require("lspconfig")

		lspconfig.gopls.setup {}
	'';
}