add CopilotChat - seems advanced but simpler than others

This commit is contained in:
Thomas Ruoff
2025-05-28 23:50:06 +02:00
parent 3e51ed0ad9
commit f23cfb0cbb

14
lua/plugins/copilot.lua Normal file
View File

@@ -0,0 +1,14 @@
return {
{
'CopilotC-Nvim/CopilotChat.nvim',
dependencies = {
{ 'github/copilot.vim' }, -- or zbirenbaum/copilot.lua
{ 'nvim-lua/plenary.nvim', branch = 'master' }, -- for curl, log and async functions
},
build = 'make tiktoken', -- Only on MacOS or Linux
opts = {
-- See Configuration section for options
},
-- See Commands section for default commands if you want to lazy load on them
},
}