phongnh / ctrlp-fzy-matcher

A CtrlP matcher based on fzy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctrlp-fzy-matcher

CtrlP matcher based on fzy

Installation

Use vim + pathogen

cd ~/.vim
git submodule add https://github.com/phongnh/ctrlp-fzy-matcher bundle/ctrlp-fzy-matcher

Use vim plugin manager

" https://github.com/VundleVim/Vundle.vim
Plugin 'phongnh/ctrlp-fzy-matcher'
:PluginInstall

" https://github.com/junegunn/vim-plug
Plug 'phongnh/ctrlp-fzy-matcher'
:PlugInstall

" https://github.com/Shougo/neobundle.vim
NeoBundle 'phongnh/ctrlp-fzy-matcher'
:NeoBundleInstall

Configuration

let g:ctrlp_match_func = { 'match': 'fzy_matcher#match' }

About

A CtrlP matcher based on fzy


Languages

Language:Python 61.9%Language:Vim Script 38.1%