mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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
653c6862e0
commit
ed37675b6a
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
Reference in a new issue