mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-28 22:08:19 +02:00
Update lua/lazyvim/plugins/extras/ai/avante.lua
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
parent
b68352f1c8
commit
b16c86b788
1 changed files with 9 additions and 12 deletions
|
@ -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" } },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue