kickstart.nvim/lua/custom/plugins/copilot-chat.lua

13 lines
289 B
Lua

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