feat(copilot): use blink-copilot as blink.cmp copilot source

This commit is contained in:
Zhou Fang 2025-02-09 01:03:33 +09:00
parent 29829f7eb6
commit acefab9077
No known key found for this signature in database
GPG key ID: 09D0BFF3CF2BD7D1

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