Skip to main content
Module

x/denops_std/function/mod.ts>serverlist

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

Return a list of available server names, one per line. When there are no servers or the information is not available an empty string is returned. See also |clientserver|. {only available when compiled with the |+clientserver| feature} Example: :echo serverlist()

Returns

Promise<unknown>