nvim-parinfer.js
nvim-parinfer.js copied to clipboard
Shift motions are not repeatable
Using the >> and << mappings along with the . (repeat) command does not work as expected in normal mode.
Expected: >>. would indent twice. Actual: whatever random command before the >> is repeated, not the indent.
I think the . command is supported if you install https://github.com/tpope/vim-repeat I'm not sure how to accomplish the same without it. Can you let me know if that helps?
Sorry for the delayed response.