kickstart.nvim/lua/custom/plugins/copilot_chat.lua
2024-03-22 22:16:37 -04:00

12 lines
187 B
Lua

return {
{
"CopilotC-Nvim/CopilotChat.nvim",
branch = "canary",
dependencies = {
"zbirenbaum/copilot.lua",
"nvim-lua/plenary.nvim",
},
opts = {},
},
}