ack.vim icon indicating copy to clipboard operation
ack.vim copied to clipboard

Async support

Open iamFIREcracker opened this issue 6 years ago • 2 comments

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 avatar Mar 05 '18 17:03 iamFIREcracker