summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/copilot.lua
blob: c62a8f5dc3e31819026638f477cec762b7268a67 (plain)
1
2
3
4
5
6
7
8
9
10
return {
	"github/copilot.vim",
	event = "VeryLazy",
	config = function()
		vim.cmd([[Copilot enable]])
	end,
	build = function()
		vim.cmd([[Copilot setup]])
	end,
}