configs/nvim/lua/plugins/completion.lua
2025-04-09 11:04:11 +02:00

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",
},
},
},
},
},
}