Merge branch 'blink-copilot'

This commit is contained in:
akioweh 2025-07-28 18:52:00 +04:00
commit 825c479600
No known key found for this signature in database

View file

@ -98,15 +98,14 @@ return {
{ {
"saghen/blink.cmp", "saghen/blink.cmp",
optional = true, optional = true,
dependencies = { "giuxtaposition/blink-cmp-copilot" }, dependencies = { "fang2hou/blink-copilot" },
opts = { opts = {
sources = { sources = {
default = { "copilot" }, default = { "copilot" },
providers = { providers = {
copilot = { copilot = {
name = "copilot", name = "copilot",
module = "blink-cmp-copilot", module = "blink-copilot",
kind = "Copilot",
score_offset = 100, score_offset = 100,
async = true, async = true,
}, },