https://github.com/adelarsq/vim-matchit
vim-matchit 🖇💙💛🤍💚
https://github.com/adelarsq/vim-matchit
blacklivesmatter nowar vim vim-plugin
Last synced: about 1 month ago
JSON representation
vim-matchit 🖇💙💛🤍💚
- Host: GitHub
- URL: https://github.com/adelarsq/vim-matchit
- Owner: adelarsq
- Created: 2016-11-12T16:55:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T21:07:20.000Z (over 2 years ago)
- Last Synced: 2025-03-29T10:11:21.272Z (about 2 months ago)
- Topics: blacklivesmatter, nowar, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 34.2 KB
- Stars: 64
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim-Matchit
This plugin provides extended matching for the `%` operator.
This repository maintain the last version from the [matchit.vim](https://github.com/vim/vim/tree/master/runtime/pack/dist/opt/matchit) plugin from the official Vim repository, allowing to use with plugin managers.
**Main Repository:** https://github.com/chrisbra/matchit
Bugs can be reported at the main repository.
The latest development snapshot can also be downloaded there.
## Installing
With [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'https://github.com/adelarsq/vim-matchit'
```With Vim package feature should be cloned below `pack/dist/opt` in your runtime path (`~/.vim/pack/dist/opt/matchit`) then activated with:
```vim
packadd! matchit
```## Alternatives
- [vim match-up](https://github.com/andymass/vim-matchup)
## References
- [Evil Matchit](https://github.com/redguardtoo/evil-matchit)
## License & Copyright
The Vim license (see :h license) applies to the Vim plugin.
NO WARRANTY, EXPRESS OR IMPLIED. USE AT-YOUR-OWN-RISK