dhruvasagar / vim-pairify

A simplistic vim plugin to deal with pairs non-intrusively
14 stars 3 forks source link
pair pair-completion vim

vim-pairify v0.5.1 Build

A simple plugin for pair completion such as () and []. Simply press \ in insert mode and the plugin will identify the correct pair to be completed. It has support for nesting and multiline matching.

Installation

You can either do a standard installation or using a plugin manager such as Pathogen, Vundle, NeoBundle, VimPlug

Contributing