Closed lianghx-319 closed 1 year ago
for the minimal repro you should just use the template at the end and add your plugin spec
since often issues like this occur because of other things in your config you should really try to provide one of this because you can't expect maintainers to debug your whole config
for the minimal repro you should just use the template at the end and add your plugin spec
since often issues like this occur because of other things in your config you should really try to provide one of this because you can't expect maintainers to debug your whole config
I will try to create a minimal repro later.
if this really is a lazy.nvim bug you should be able to just copy the spec you wrote above into the template at the bottom and get rid of the external thigs (highlights cache and see what from the load mappings function you have to include)
That's not how you should use keys. Those keys won't trigger which-key to load.
That's not how you should use keys. Those keys won't trigger which-key to load.
But only the c
not trigger which-key, other keys work find. Maybe I should create an issue to Nvchad
That's not how you should use keys. Those keys won't trigger which-key to load.
But only the
c
not trigger which-key, other keys work find. Maybe I should create an issue to Nvchad
I found that the hardtime.nvim
make this happened, maybe I should make it lazy load after which-key
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.9.1
Operating system/version
MacOS 14
Describe the bug
Plugin not load when trigger some keys, the config like this. When I press
c
which-key was not loaded, but the leader key will loaded. Other plugin like yanky has the same issue.Steps To Reproduce
Expected Behavior
Every keys will load the specify plugin
Repro