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
|
@ -49,13 +49,12 @@ return {
|
|||
},
|
||||
ft = { "markdown", "Avante" },
|
||||
},
|
||||
{
|
||||
"Kaiser-Yang/blink-cmp-avante",
|
||||
lazy = true,
|
||||
specs = {
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
"Kaiser-Yang/blink-cmp-avante",
|
||||
},
|
||||
opts = {
|
||||
sources = {
|
||||
default = { "avante" },
|
||||
|
@ -65,6 +64,4 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue