20 lines
316 B
Lua
20 lines
316 B
Lua
return {
|
|
{
|
|
"giuxtaposition/blink-cmp-copilot",
|
|
enabled = false,
|
|
},
|
|
{
|
|
"saghen/blink.cmp",
|
|
dependencies = { "fang2hou/blink-copilot" },
|
|
opts = {
|
|
sources = {
|
|
providers = {
|
|
copilot = {
|
|
module = "blink-copilot",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|