nvim-next
nvim-next copied to clipboard
Fix dot-repeat for builtin motions when used with a command
Fixes #14
TODO:
- [ ] resolve todos
- [ ] fix
dfseating one char when there is no moresin the current line
Hype hype :man_dancing: :tada:
I disabled the nvim-next plugin today because unfortunately, I stumble over the lack of df and dt support more often than I repeat ]c :frowning_face:
Awesome to see you're making progress!
This PR is incomplete because there are some unsolved edge-cases.
fyi: I reported the same issue to mini.nvim which has a similar logic in the jump module https://github.com/echasnovski/mini.nvim/issues/688 and it has been fixed.
Now, it is just a matter of porting that fix into nvim-next. The fix itself is not trivial but porting it shouldn't be that hard.