From 43afed121195df6591d0e941b913b98f849c8af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=20-=20DEV?= Date: Tue, 11 Jun 2024 01:15:27 +0700 Subject: [PATCH] fix(extras.copilot-chat): small ui fix for which-key in visual mode (#3573) ## What is this PR for? - Just a small fix for which-key in visual mode that the authors forgot to add. ## Does this PR fix an existing issue? - As copilot-chat has just been added to extras so i think this is new. ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. --- lua/lazyvim/plugins/extras/coding/copilot-chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/coding/copilot-chat.lua b/lua/lazyvim/plugins/extras/coding/copilot-chat.lua index c21c51d6..59f5bded 100644 --- a/lua/lazyvim/plugins/extras/coding/copilot-chat.lua +++ b/lua/lazyvim/plugins/extras/coding/copilot-chat.lua @@ -22,7 +22,7 @@ return { } end, keys = { - { "a", "", desc = "+ai" }, + { "a", "", desc = "+ai", mode = { "n", "v" } }, { "aa", function()