auto-pairs seems like a great feature for vim. As per instructions, I copied the auto-pairs.vim file to ~/.vim/plugin/ and sourced the .vim file by executing :source % in the auto-pairs.vim file according to the most voted instructions. I restarted…
I am learning Vim, and I find it useful the auto-pairs plugin generates closed paranthesis automatically.
It has some issues where I want to type a closed paranthesis but it jumps to the next closed paranthesis.
So I wanna ask if it's better to use…