Add copilot chat
This commit is contained in:
parent
88e9801ddd
commit
2e73061f08
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…
x
Reference in New Issue
Block a user