Replies: 2 comments 1 reply
-
I just used which-key to set up keymaps for nvim-hop yesterday. I did it directly in the plugin script where I installed hop, rather than splitting it to a different script. That worked for me. Here's what I did: https://github.com/santoso-wijaya/lazyvim-config/blob/6f20c610f966edc56cc4181ad156246f67b1f341/lua/plugins/hop.lua#L41-L57 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is the keymaps file being run before the plugin files? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I just started on my Nvim journey and I'm having some difficulty getting which-key setup.
Here is my Nvim file tree:

plugins/which-key.lua I have:
config/keymaps.lua:
But I get an error, which I'm not sure how to resolve it:
checkhealth which-key:
Can someone please describe what I'm doing wrong? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions