Skip to content

Configurations for shared server

uga-rosa edited this page Jun 27, 2022 · 8 revisions

Linux

From vim/neovim

let g: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`.
let s:denops_path = 'DENOPS_DIR_PATH'
if has('nvim')
    call jobstart(
    \	'deno run -A --no-check ' . s:denops_path . '/denops/@denops-private/cli.ts',
    \	{'detach': v:true}
    \)
endif

Mac OS

Windows

Clone this wiki locally