chrisgrieser / nvim-origami

Fold with relentless elegance.
MIT License
190 stars 2 forks source link

[Bug]: L mapping doens't work with hardtime #6

Closed superzanti closed 5 months ago

superzanti commented 5 months ago

Bug Description

Fantastic plugin! Thank you for taking the time to develop this.

I noticed that when using (hardtime.nvim){https://github.com/m4xshen/hardtime.nvim} the "l" key doesn't open a fold. Simply disabling this plugin fixed the issue, but I figured I should report it here for anyone else having trouble with it.

This may not be a bug in this plugin at all but simply an issue with conflicting keymappings.

Relevant Screenshot

No response

To Reproduce

No response

neovim version

NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068

Run ":verbose version" for more info


### Make sure you have done the following

- [X] I have updated to the latest version of the plugin.
chrisgrieser commented 5 months ago

Thanks!

Yes indeed, it's not really a bug, simply conflicting keymaps. It's not possible for two plugins to map the same key.

So the solution is you get used to vim motions fast, so you can ditch hardtime and start using origami ;)