mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(avante): unset default keymaps (#6657)
## Description The extras spec includes its own keymaps for the most common commands now so these are redundant and causing duplicate entries in which-key. ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.
This commit is contained in:
parent
a65d5d530d
commit
e8a1d8b628
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ return {
|
||||||
selection = {
|
selection = {
|
||||||
hint_display = "none",
|
hint_display = "none",
|
||||||
},
|
},
|
||||||
|
behaviour = {
|
||||||
|
auto_set_keymaps = false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
cmd = {
|
cmd = {
|
||||||
"AvanteAsk",
|
"AvanteAsk",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue