Can't use `h` and `j` keys
when I use h key I get this
and j key directly does nothing(not moving the cursor)
Need more info. According to the error-stack the error is occurs in neo-tree.
Ah right, seems related to neo-tree. I'll look into it, I lazy load both plugins, seems like when I load neo-tree before than fold-preview the issue occurs. I suspect that when neo-tree is loaded, fold-preview is loaded too in the neo-tree buffer so it maps to neo-tree(I use h and j in neo-tree to expand/collapse) and when I want to use it in a buffer, its mapping is still pointing to neo-tree, what do you think @anuvyklack
Edit: I'm pretty sure that its caused by the above stuff, looking at the stack, it begins on keymap-amend and ends on neo-tree related