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