mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(extras): +prefix in which-key panel for visual mode (#3537)
This commit is contained in:
parent
8f7ee56dab
commit
51854046db
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>r", "", desc = "+refactor" },
|
||||
{ "<leader>r", "", desc = "+refactor", mode = { "n", "v" } },
|
||||
{
|
||||
"<leader>rs",
|
||||
function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue