mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
15 lines
442 B
Lua
15 lines
442 B
Lua
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
|
|
},
|
|
}
|