You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of which-key.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.10.0
Operating system/version
MacOS 14.5
Describe the bug
Updated to the newest version of the plugin commit (903e468). Redid all of my mappings to the new spec and some of them are not fully working but i'll figure that out.
What's weird is that visual mode pop up no longer works if i select more than 1 line in visual mode.
Steps To Reproduce
Ctrl + V to select a line and go up down to select more than 1 line
Press leader key
Pop up do not appear
Expected Behavior
Would expect pop up to appear regardless of how many lines are selected.
If i select a single line and press leader i can see the small pop up
Health
No response
Log
Using the minimal debug setup.
1. Select some lines
2. Command Whichkey
3. Error 481: No range allowed
Cloning lazy.nvim
E481: No range allowed
Repro
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
{ "folke/which-key.nvim", opts= {} },
-- add any other plugins here
},
})
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.0
Operating system/version
MacOS 14.5
Describe the bug
Updated to the newest version of the plugin commit (903e468). Redid all of my mappings to the new spec and some of them are not fully working but i'll figure that out.
What's weird is that visual mode pop up no longer works if i select more than 1 line in visual mode.
Steps To Reproduce
Expected Behavior
Would expect pop up to appear regardless of how many lines are selected.
If i select a single line and press leader i can see the small pop up
Health
No response
Log
Repro
The text was updated successfully, but these errors were encountered: