Skip to main content
Module

x/denops_std/function/vim/mod.ts>remote_startserver

📚 Standard module for denops.vim
Go to Latest
function remote_startserver
import { remote_startserver } from "https://deno.land/x/denops_std@v6.4.0/function/vim/mod.ts";

Become the server {name}. {name} must be a non-empty string. This fails if already running as a server, when v:servername is not empty.

Can also be used as a method:

ServerName()->remote_startserver()

only available when compiled with the +clientserver feature

Parameters

denops: Denops
name: unknown

Returns

Promise<void>