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
uga-rosa edited this page Jun 27, 2022
·
8 revisions
From vim/neovim
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}
\)endif