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 = {
sources = {
compat = { "codeium" },
},
providers = { codeium = { kind = "Codeium" } },
},
},
} or nil,
}

View file

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

View file

@ -41,10 +41,10 @@ return {
opts = {
sources = {
compat = { "cmp_tabnine" },
},
providers = { cmp_tabnine = { kind = "TabNine" } },
},
},
},
-- Show TabNine status in lualine
{