I use neovim 0.6.1 and downloaded the plugin today (Apr 21st)
In the todo-vim buffer, all keybindings seem to work okay except k. Instead of moving the cursor one line up, it moves the cursor to the space between [todo] and the todo's content:
[todo] display user interface keybindings
^
right here
j, h, l all work fine, it's only k.
This can be worked around by using gk, which is weird since my k is nnoremaped to gk.
Clearly a bug, but no idea what causes it.
I use neovim 0.6.1 and downloaded the plugin today (Apr 21st)
In the todo-vim buffer, all keybindings seem to work okay except
k. Instead of moving the cursor one line up, it moves the cursor to the space between[todo]and the todo's content:j, h, lall work fine, it's onlyk.This can be worked around by using
gk, which is weird since mykisnnoremaped togk.Clearly a bug, but no idea what causes it.