Add copilot chat
This commit is contained in:
parent
88e9801ddd
commit
2e73061f08
1 changed files with 11 additions and 0 deletions
11
lua/custom/plugins/copilot_chat.lua
Normal file
11
lua/custom/plugins/copilot_chat.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"CopilotC-Nvim/CopilotChat.nvim",
|
||||||
|
branch = "canary",
|
||||||
|
dependencies = {
|
||||||
|
"zbirenbaum/copilot.lua",
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
},
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue