Add copilot chat
This commit is contained in:
parent
88e9801ddd
commit
2e73061f08
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
"CopilotC-Nvim/CopilotChat.nvim",
|
||||
branch = "canary",
|
||||
dependencies = {
|
||||
"zbirenbaum/copilot.lua",
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue