mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-28 22:08:19 +02:00
add blink-cmp-avante to help with avante commands
This commit is contained in:
parent
93946eea21
commit
8af21160f8
1 changed files with 16 additions and 0 deletions
|
@ -50,6 +50,22 @@ return {
|
|||
},
|
||||
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" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue