mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +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:
@@ -11,6 +11,9 @@ return {
|
|||||||
selection = {
|
selection = {
|
||||||
hint_display = "none",
|
hint_display = "none",
|
||||||
},
|
},
|
||||||
|
behaviour = {
|
||||||
|
auto_set_keymaps = false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
cmd = {
|
cmd = {
|
||||||
"AvanteAsk",
|
"AvanteAsk",
|
||||||
|
|||||||
Reference in New Issue
Block a user