Update lua/lazyvim/plugins/extras/ai/avante.lua

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
George Guimarães 2025-08-13 10:00:15 -03:00 committed by GitHub
parent b68352f1c8
commit b16c86b788
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,18 +50,15 @@ return {
ft = { "markdown", "Avante" },
},
{
"Kaiser-Yang/blink-cmp-avante",
lazy = true,
specs = {
{
"saghen/blink.cmp",
optional = true,
opts = {
sources = {
default = { "avante" },
providers = { avante = { module = "blink-cmp-avante", name = "Avante" } },
},
},
"saghen/blink.cmp",
optional = true,
dependencies = {
"Kaiser-Yang/blink-cmp-avante",
},
opts = {
sources = {
default = { "avante" },
providers = { avante = { module = "blink-cmp-avante", name = "Avante" } },
},
},
},