add blink-cmp-avante to help with avante commands

This commit is contained in:
George Guimarães 2025-08-10 18:45:15 -03:00
parent 93946eea21
commit 8af21160f8
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7

View file

@ -50,6 +50,22 @@ return {
}, },
ft = { "markdown", "Avante" }, 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" } },
},
},
},
},
},
}, },
}, },
} }