Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>fn.serverlist

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