Skip to main content
Module

x/dpp_vim/deps.ts>fn.serverlist

Dark powered plugin manager for Vim/neovim
Latest
function fn.serverlist
import { fn } from "https://deno.land/x/dpp_vim@v0.2.0/deps.ts";
const { serverlist } = fn;

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<string>