Is it possible to setup ctrlp-funky using fzf?
I love your plugin. But, I've found fzf is faster than ctrlp. Is it possible to implement this plugin using fzf https://github.com/junegunn/fzf ?
Yeah - fzf is written in Go, so it's faster than ctrlp.vim written in Vim script :) I've quick looked at fzf and I guess it's possible to use ctrlp-funky alongside fzf. However, some works needed for it. I'll do more investigation if I have time.
ah - if ctrlp-funky worked alongside fzf, fzf is used just to narrow down the list. In this case, no big effects in terms of performance, because, ctrlp-funky is slow IMHO. So I recommend ctrlp-cmatcher to you atm.
Owh I'm wondering the same 🙈