mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
add blink-cmp-avante to help with avante commands
This commit is contained in:
parent
1e8b1c5590
commit
3a9ec998dd
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
Reference in a new issue