jsit / vim-pairify

A simplistic vim plugin to deal with pairs non-intrusively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-pairify v0.4.3

A simple plugin for pair completion such as () and []. Simply press <C-J> in insert mode and the plugin will identify the correct pair to be completed. It has support for nesting.

Installation

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

Contributing

  • Fork It
  • Commit your changes and give your commit message some love
  • Push to your fork on github
  • Open a Pull Request

About

A simplistic vim plugin to deal with pairs non-intrusively


Languages

Language:Vim Script 100.0%