mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
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. <!-- Describe the big picture of your changes to communicate to the maintainers why we should accept this pull request. --> ## Does this PR fix an existing issue? - As copilot-chat has just been added to extras so i think this is new. <!-- If this PR fixes any issues, please link to the issue here. Fixes #<issue_number> --> ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.
This commit is contained in:
parent
4b7c389f14
commit
43afed1211
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ return {
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>a", "", desc = "+ai" },
|
{ "<leader>a", "", desc = "+ai", mode = { "n", "v" } },
|
||||||
{
|
{
|
||||||
"<leader>aa",
|
"<leader>aa",
|
||||||
function()
|
function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue