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
- Host: GitHub
- URL: https://github.com/dhruvasagar/vim-pairify
- Owner: dhruvasagar
- Created: 2015-12-23T07:51:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T05:02:18.000Z (over 2 years ago)
- Last Synced: 2025-05-22T09:27:19.812Z (about 1 year ago)
- Topics: pair, pair-completion, vim
- Language: Vim Script
- Size: 13.7 KB
- Stars: 25
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-pairify v0.5.1 [](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