Add Copilot Chat plugin
This commit is contained in:
parent
8557ae6f40
commit
0026776f36
|
|
@ -0,0 +1,12 @@
|
|||
return { -- https://github.com/CopilotC-Nvim/CopilotChat.nvim
|
||||
{
|
||||
'CopilotC-Nvim/CopilotChat.nvim',
|
||||
dependencies = {
|
||||
{ 'nvim-lua/plenary.nvim', branch = 'master' },
|
||||
},
|
||||
build = 'make tiktoken',
|
||||
opts = {
|
||||
-- See Configuration section for options
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue