Add Copilot Chat plugin

This commit is contained in:
Michal 2025-09-05 08:54:15 +02:00
parent 8557ae6f40
commit 0026776f36
1 changed files with 12 additions and 0 deletions

View File

@ -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
},
},
}