12 lines
339 B
Lua
12 lines
339 B
Lua
return {
|
|
-- {
|
|
-- 'CopilotC-Nvim/CopilotChat.nvim',
|
|
-- dependencies = {
|
|
-- { 'zbirenbaum/copilot.lua' }, -- 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 = {},
|
|
-- },
|
|
}
|