Config
This commit is contained in:
parent
7201dc4801
commit
be36a60446
36 changed files with 800 additions and 7 deletions
14
lua/custom/plugins/copilot-chat.lua
Normal file
14
lua/custom/plugins/copilot-chat.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
'CopilotC-Nvim/CopilotChat.nvim',
|
||||
branch = 'canary',
|
||||
dependencies = {
|
||||
{ 'zbirenbaum/copilot.lua' }, -- or github/copilot.vim
|
||||
{ 'nvim-lua/plenary.nvim' }, -- for curl, log wrapper
|
||||
},
|
||||
config = function()
|
||||
require('CopilotChat').setup {
|
||||
debug = true, -- Enable debugging
|
||||
-- See Configuration section for rest
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue