Provide async autocompletion for vim8 with lambda and timers.
This should work in Neovim once lambda support is merged in master.
This repository is fork of https://github.com/maralla/completor.vim in pure vim script with python dependency removed.
Do not depend on this repository. This is me trying out async completion in vim so I will be pushing random things that may break