Add copilot chat

This commit is contained in:
Mark Gladkikh 2024-03-22 22:16:37 -04:00
parent 88e9801ddd
commit 2e73061f08
No known key found for this signature in database
GPG Key ID: 3476522F7FC4420E
1 changed files with 11 additions and 0 deletions

View File

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