You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letg:denops_server_addr='127.0.0.1:32123'" If you use dein.vim, you can get the path via `dein#get('denops.vim').path`." Or if you are a user of jetpack.vim, you can use `jetpack#get('denops.vim').path`.lets:denops_path='DENOPS_DIR_PATH'ifhas('nvim')
calljobstart(
\ 'deno run -A --no-check ' . s:denops_path . '/denops/@denops-private/cli.ts',
\ {'detach': v:true}
\)elsecalljob_start(
\ 'deno run -A --no-check ' . s:denops_path . '/denops/@denops-private/cli.ts',
\ {'stoponexit': ''}
\)endif