Skip to content
This repository was archived by the owner on Mar 29, 2018. It is now read-only.

nickhutchinson/ctrlp-luamatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctrlp-luamatcher

Matcher plug-in for CtrlP implemented using LuaJIT. Your Vim will need to have been compiled with LuaJIT support (standard Lua will not work; this plugin requires LuaJIT's ffi module).

This is more of a means for me to learn Lua, really, but I do find this useful day to day. Perhaps you will too.

Installation

If you use Vundle:

Plugin 'nickhutchinson/ctrlp-luamatcher'

Then, add the following to your .vimrc:

let g:ctrlp_match_func  = {'match' : 'ctrlp_luamatcher#Match'}

About

Experimental LuaJIT-based matcher for the CtrlP Vim plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors