kickstart.nvim/lua/custom/plugins/copilot_chat.lua

12 lines
187 B
Lua
Raw Normal View History

2024-03-22 22:16:37 -04:00
return {
{
"CopilotC-Nvim/CopilotChat.nvim",
branch = "canary",
dependencies = {
"zbirenbaum/copilot.lua",
"nvim-lua/plenary.nvim",
},
opts = {},
},
}