mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 22:28:36 +02:00
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 = {},
|
||
|
-- },
|
||
|
}
|