Skip to main content
Deno 2 is finally 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>