Skip to main content
Module

x/denops_core/denops.ts>DenopsOptions

🪐 Core module of denops.vim
Go to Latest
interface DenopsOptions
import { type DenopsOptions } from "https://deno.land/x/denops_core@v6.0.3/denops.ts";

Denops option object that is passed as a second argument of main function.

Methods

interrupted(): Promise<void>

Return a promise that resolves when the denops#interrupt() function is called.