Disable conflicting copilot-chat keymap in visual mode too

This commit is contained in:
Tyler Hallada 2024-08-29 14:56:31 -04:00
parent ffb3c9535b
commit f890b5fbfb

View File

@ -3,7 +3,7 @@ return {
branch = "canary", branch = "canary",
keys = { keys = {
-- disable this keymap since it conflicts with avante.nvim -- disable this keymap since it conflicts with avante.nvim
{ "<leader>aa", false }, { "<leader>aa", false, mode = { "n", "v" } },
-- replace the keymap with a new one -- replace the keymap with a new one
{ {
"<leader>aA", "<leader>aA",