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",
optional = true,
dependencies = { "giuxtaposition/blink-cmp-copilot" },
dependencies = { "fang2hou/blink-copilot" },
opts = {
sources = {
default = { "copilot" },
providers = {
copilot = {
name = "copilot",
module = "blink-cmp-copilot",
kind = "Copilot",
module = "blink-copilot",
score_offset = 100,
async = true,
},