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
Linux
From vim/neovim
letg:denops_server_addr='127.0.0.1:32123'" If you use dein.vim, you can get via `dein#get('denops.vim').path`." Or if you are using 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