prabirshrestha/async.vim

normalize async job control api for vim and neovim

Vim ScriptShellvimneovimasync
This is stars and forks stats for /prabirshrestha/async.vim repository. As of 03 May, 2024 this repository has 272 stars and 20 forks.

async.vim normalize async job control api for vim and neovim sample usage function! s:handler(job_id, data, event_type) echo a:job_id . ' ' . a:event_type echo join(a:data, "\n") endfunction if has('win32') || has('win64') let argv = ['cmd', '/c', 'dir c:\ /b'] else let argv = ['bash', '-c', 'ls'] endif let jobid = async#job#start(argv, { \ 'on_stdout': function('s:handler'), \ 'on_stderr': function('s:handler'), \ 'on_exit': function('s:handler'), \ 'normalize': 'array' \...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
digitaltoad/vim-pugVim Script8200770
prabirshrestha/asyncomplete-lsp.vimVim Script117-1130
Atinux/content-windVueTypeScriptJavaScript677+2460
3x1io/vilt-adminJavaScriptVuePHP46090
mirari/v-viewerVueJavaScriptHTML2.3k02830
antoine92190/vue-advanced-chatJavaScriptVueSCSS1.4k04060
simdjson/simdjsonC++CCMake17.4k09330
davidstutz/bootstrap-multiselectHTMLJavaScript3.6k02k0
open-telemetry/opentelemetry.ioJavaScriptPerlHTML41007340
h2database/h2databaseJavaHTMLPLpgSQL3.9k01.2k0