kickstart.nvim/lua/custom/plugins/copilot.lua

17 lines
484 B
Lua

return {
{ "github/copilot.vim", cmd = "Copilot", event = "InsertEnter" },
{
"CopilotC-Nvim/CopilotChat.nvim",
branch = "canary",
dependencies = {
{ "zbirenbaum/copilot.lua" }, -- or github/copilot.vim
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
},
opts = {
debug = true, -- Enable debugging
-- See Configuration section for rest
},
-- See Commands section for default commands if you want to lazy load on them
},
}