Questions tagged [plugin-auto-pairs]

Auto pair is a plugin inserting automatically the matching bracket (), ], })

See project page home page

8 questions
2
votes
2 answers

How do I enable the auto-pairs plugin in vim?

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…
nac001
  • 147
  • 1
  • 8
0
votes
1 answer

Is it good to use Auto-pairs plugin in Vim?

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…
John Bonda
  • 11
  • 3