-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to use <leader> in keymaps #111
Comments
@nobleach thanks for spotting this. This was due to a recent change I made where I clumsily defaulted to lazy-loading by mistake. I've put in a temporary workaround for this, so if you pull the latest version, this should start working. I'll work on a more permanent fix later. |
(Note to self: add tests for this also using lazy) |
The temporary workaround appears to work. Thank you for looking at it! |
Thanks, re-opening just because I want to fix it properly :) |
Understandable. Thanks again. |
With the previous versions this plugin was using NeoVim's default keymaps with global functions. I realize this package now uses its own internal keymap functionality:
I've tried using
variable_below = "<leader>cl",
but it doesn't seem to work. Is there some other way?The text was updated successfully, but these errors were encountered: