https://github.com/tani/ctrlp-matchfzy
Fast CtrlP matcher using Lua matchfzy() as a replacement of mattn/ctrlp-matchuzzy.
https://github.com/tani/ctrlp-matchfzy
Last synced: 2 months ago
JSON representation
Fast CtrlP matcher using Lua matchfzy() as a replacement of mattn/ctrlp-matchuzzy.
- Host: GitHub
- URL: https://github.com/tani/ctrlp-matchfzy
- Owner: tani
- Created: 2022-01-26T06:17:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:57:19.000Z (over 1 year ago)
- Last Synced: 2025-02-12T21:18:08.964Z (4 months ago)
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ctrlp-matchfuzzy
Fast CtrlP matcher using Lua matchfzy() as a replacement of [mattn/ctrlp-matchuzzy](https://github.com/mattn/ctrlp-matchfuzzy).
## Setup
```
let g:ctrlp_match_func = {'match': 'ctrlp_matchfzy#matcher'}
```## Installation
For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager:
```
Plug 'tani/ctrlp-matchfzy'
```## License
[MIT](https://git.io/mit-license)
## Author
TANIGUCHI Masaya