json
This commit is contained in:
parent
7e10d80511
commit
186aa529c5
3 changed files with 40 additions and 15 deletions
16
lua/custom/plugins/copilot.lua
Normal file
16
lua/custom/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
{ "github/copilot.vim", cmd = "Copilot", event = "InsertEnter" },
|
||||
{
|
||||
"CopilotC-Nvim/CopilotChat.nvim",
|
||||
branch = "canary",
|
||||
dependencies = {
|
||||
{ "zbirenbaum/copilot.lua" }, -- or github/copilot.vim
|
||||
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
|
||||
},
|
||||
opts = {
|
||||
debug = true, -- Enable debugging
|
||||
-- See Configuration section for rest
|
||||
},
|
||||
-- See Commands section for default commands if you want to lazy load on them
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue