Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.serverlist

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