11 lines
216 B
Lua
11 lines
216 B
Lua
return {
|
|
{
|
|
"github/copilot.vim",
|
|
event = "InsertEnter"
|
|
},
|
|
{
|
|
"CopilotC-Nvim/CopilotChat.nvim",
|
|
build = "make tiktoken", -- Only on MacOS or Linux
|
|
opts = {},
|
|
}
|
|
}
|