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

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.

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