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

x/denops_std/function/nvim/mod.ts>serverstop

📚 Standard module for denops.vim
Go to Latest
function serverstop
import { serverstop } from "https://deno.land/x/denops_std@v3.6.0/function/nvim/mod.ts";

Closes the pipe or socket at {address}. Returns TRUE if {address} is valid, else FALSE. If |$NVIM_LISTEN_ADDRESS| is stopped it is unset. If |v:servername| is stopped it is set to the next available address returned by |serverlist()|.

Parameters

denops: Denops
address: unknown

Returns

Promise<unknown>