import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/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()
Parameters
denops: Denops