-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key lazyloading with which-key.nvim needs to be used twice #71
Comments
#28 is related, have you checked it, or updated the plugin? |
yes and yes |
You didn't add |
reopening the issue |
What do you mean? |
|
which is also not in that |
yes it isn't |
I get what you mean with that leader cj now. leader c is an operator pending mode. Keys currently only supports normal mode, so the retrigger will not to what you want. |
weird thing I just discovered |
I'm planning on expanding the keys handler soon. That works, because that will load the comments plugin. Your then inside whichkey and pressing c again, wich-key will redo the whole mapping, so that works |
I'll wait for that expansion then and until then try to hack something together with |
I think I was able to fix it anyway. At least it also works now for |
works perfectly now |
Describe the bug
I need to press
<space>cc
twice to actually make it workthe first time it isn't mapped
Which version of Neovim are you using?
NVIM v0.9.0-dev-525+ga7332ba9b
To Reproduce
Steps to reproduce the behavior:
<space>cc
<space>cc
Expected Behavior
line gets commented out on 2.
Log
Please include any related errors from the Noice log file. (open with
:Lazy log
)Lazy log
repro.lua
two other things:
root
in repro. because people don't expect the plugins to be cloned into their current directory (at least I didn't)The text was updated successfully, but these errors were encountered: