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