From e8a1d8b6286f82d75e5830de5ea93bd7622cec8c Mon Sep 17 00:00:00 2001 From: Bryan Niwa Date: Mon, 20 Oct 2025 10:37:51 -0700 Subject: [PATCH] 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. --- lua/lazyvim/plugins/extras/ai/avante.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/lazyvim/plugins/extras/ai/avante.lua b/lua/lazyvim/plugins/extras/ai/avante.lua index 4ea5fb5f..f3ae1354 100644 --- a/lua/lazyvim/plugins/extras/ai/avante.lua +++ b/lua/lazyvim/plugins/extras/ai/avante.lua @@ -11,6 +11,9 @@ return { selection = { hint_display = "none", }, + behaviour = { + auto_set_keymaps = false, + }, }, cmd = { "AvanteAsk",