Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.15k stars 179 forks source link

Does Leader support invert match in fuzzy finding? #382

Open xaljer opened 5 years ago

xaljer commented 5 years ago

Expected behaviour

I found that leaderf rg can do invert match, but can i do invert match in fuzzy finding?

Yggdroot commented 5 years ago

no.

xaljer commented 5 years ago

easy to support that? ; is a special character when searching, so a ! could be added to hint a invert match?