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

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

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

Subscribes to event broadcasts. Attributes: ~ |RPC| only Parameters: ~ {event} Event type string

Parameters

denops: Denops
event: unknown

Returns

Promise<unknown>