-
https://github.com/vim-denops/denops.vim/blob/6f693ffecde321d3ede1a87e1b666dc6c44275f1/autoload/denops/lib/job.vim#L19
https://github.com/vim-denops/denops.vim/blob/6f693ffecde321d3ede1a87e1b666dc6c4…
-
-
1. Install https://github.com/lambdalisue/dps-getline-test
2. Open `example.c` on that repository
3. Execute `call denops#notify('getline-test', 'test', [])`
4. `1000` and `2000` are shown but no m…
-
To make things asynchronous, add the following APIs
1. ~`denops#request({plugin}, {func}, {args}, {callback})`~
2. `denops#promise({plugin}, {func}, {args})`
-
It's better to expose a singleton `vim` instance so that 3rd parties can access it.
-
[Deno](https://deno.land/v1) is a sand boxed typescript and WASM runtime by the author of node.js ([wiki](https://en.wikipedia.org/wiki/Deno_(software))).
It looks like a great fit for Coc. It has …