auto-pairs
auto-pairs copied to clipboard
Cursor repeatedly jumps to end-of-line when typing a pair (Neovim only)
When typing inside a pair: () {} [] "" '' `` in Neovim only, the cursor will repeatedly jump to EOL for a frame, then jump back. Especially noticeable if you type a (, have it be auto closed, then continually press space a few times per second. This can be quite distracting when trying to write inside of a pair.
I've noticed it as well