Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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.9.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>