mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 14:18:36 +02:00
11 lines
339 B
Lua
11 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 = {},
|
|
-- },
|
|
}
|