vim-close-pair VS vim-smartpairs

Compare vim-close-pair vs vim-smartpairs and see what are their differences.

vim-close-pair

A Vim plugin to find last opening brace and insert corresponding closing brace (by tranvansang)

vim-smartpairs

Vim plugin for adding pairs as you type (by gosukiwi)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vim-close-pair vim-smartpairs
1 4
5 21
- -
0.0 2.8
over 7 years ago about 1 year ago
VimL Vim Script
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-close-pair

Posts with mentions or reviews of vim-close-pair. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-16.
  • Do you use auto close for parenthesis?
    3 projects | /r/vim | 16 Aug 2021
    Auto-closing for me was always annoying but to speed things up a but I use the https://github.com/tranvansang/vim-close-pair plugin. I don't have to deal with auto-closing getting in my way but I have a single keybind that will close open unmatched things. The downside is that it relies on the value of matchpairs which means as is it does not close quotes. But, between that plugin and vim-surround I'm all set.

vim-smartpairs

Posts with mentions or reviews of vim-smartpairs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-01.

What are some alternatives?

When comparing vim-close-pair and vim-smartpairs you can also consider the following projects:

lh-brackets - LH's bracketing system for vim