An open API service indexing awesome lists of open source software.

https://github.com/dhruvasagar/vim-pairify

A simplistic vim plugin to deal with pairs non-intrusively
https://github.com/dhruvasagar/vim-pairify

pair pair-completion vim

Last synced: about 1 year ago
JSON representation

A simplistic vim plugin to deal with pairs non-intrusively

Awesome Lists containing this project

README

          

# vim-pairify v0.5.1 [![Build](https://github.com/dhruvasagar/vim-pairify/actions/workflows/ci.yml/badge.svg)](https://github.com/dhruvasagar/vim-pairify/actions/workflows/ci.yml)

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

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