/asyncfinder.vim

asyncfinder.vim - simple asynchronous fuzzy file finder for vim

Primary LanguagePython

asyncfinder.vim

asyncfinder.vim - simple asynchronous fuzzy file finder and search text for vim that won't make you wait for results evar! EVAR! It uses python's threading module and does pattern matching in background thread so your vim won't get stuck and you won't get frustuated by waiting for results. It's quite similar to FuzzyFinder, ctrlp.vim and unite.vim and inspired by those plugins but is much more simple in its functionality. It supports matching most recently used files too but you need to have MRU plugin to use this functionality. For searching text it supports grep, ack, ag commands and also has a builtin search functionality that can be used in enviroments where those commands aren't available

screenshot

image

usage

You need to have vim compiled with either +python3 or +python support.

:AsyncFinder - search for filename
:AsyncGrep - search for pattern in files recursively