mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01: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 = {
|
||||
hint_display = "none",
|
||||
},
|
||||
behaviour = {
|
||||
auto_set_keymaps = false,
|
||||
},
|
||||
},
|
||||
cmd = {
|
||||
"AvanteAsk",
|
||||
|
||||
Reference in New Issue
Block a user