fix(extras.ai): blink.cmp opts.providers -> opts.sources.providers

This commit is contained in:
Stefan Boca 2024-12-03 10:00:09 -08:00
parent 04b51bfbd2
commit 601cf7d6de
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -62,8 +62,8 @@ return {
opts = { opts = {
sources = { sources = {
compat = { "codeium" }, compat = { "codeium" },
providers = { codeium = { kind = "Codeium" } },
}, },
providers = { codeium = { kind = "Codeium" } },
}, },
} or nil, } or nil,
} }

View file

@ -50,8 +50,8 @@ return {
opts = { opts = {
sources = { sources = {
compat = { "supermaven" }, compat = { "supermaven" },
providers = { supermaven = { kind = "Supermaven" } },
}, },
providers = { supermaven = { kind = "Supermaven" } },
}, },
} or nil, } or nil,

View file

@ -41,8 +41,8 @@ return {
opts = { opts = {
sources = { sources = {
compat = { "cmp_tabnine" }, compat = { "cmp_tabnine" },
providers = { cmp_tabnine = { kind = "TabNine" } },
}, },
providers = { cmp_tabnine = { kind = "TabNine" } },
}, },
}, },