This commit is contained in:
Zhou Fang 2025-05-18 11:20:50 +01:00 committed by GitHub
commit d5a04d10d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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