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
parent 653c6862e0
commit ed37675b6a
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7

View file

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