Skip to main content
Module

x/ddc_vim/deps.ts>fn.serverlist

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.serverlist
import { fn } from "https://deno.land/x/ddc_vim@v2.3.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<unknown>