mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Async support #239

Open iamFIREcracker opened 6 years ago

iamFIREcracker commented 6 years ago

Hey,

This PR adds a new g:ack_use_async option that once set will configure the plugin to search in the background by using Vim async job API; please note that it uses async.vim internally, so hopefully Neovim support will come for free.

Subscribers of https://github.com/mileszs/ack.vim/issues/209 might be interested in this.

iamFIREcracker commented 6 years ago

Also subscribers of https://github.com/mileszs/ack.vim/issues/187 might be interested in this.

svermeulen commented 6 years ago

Can confirm this works with neovim. Thanks for sharing