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:
Bryan Niwa
2025-10-20 10:37:51 -07:00
committed by GitHub
parent a65d5d530d
commit e8a1d8b628

View File

@@ -11,6 +11,9 @@ return {
selection = {
hint_display = "none",
},
behaviour = {
auto_set_keymaps = false,
},
},
cmd = {
"AvanteAsk",