devjoe/vim-codequery

`neovim` asynchonous support

Closed this issue · 7 comments

Running your script from neovim requires Dispatch. Could you support neovim's native asynchronous feature?

(Sorry for late response)

Let me think about it ...

+1 for this issue

One more for this issue.
The main conflict is the job control api are different between neovim and vim

I think this issue I just opened is related to the last comment: #24

I have fixed it on my fork... I think I can open a PR.

OK, I think I am not going to open a PR because I have removed scripts related to menu because I am not using them and I don't wanna install a plugin related to the menu.

But you can fix this issue by my commits:

update async settting

bug fix for nvim

allow to run async build db

Thank you guys @johnzeng @syslot @DerWeh @jaresty.

Now v0.9.2 is released. It should work for NeoVim by default.
(may still need to implement async search)