Skip to main content
Module

x/denops_core/mod.ts

🪐 Core module of denops.vim
Go to Latest
import * as denopsCore from "https://deno.land/x/denops_core@v6.0.0/mod.ts";

This module is a fundamental component of denops.vim, an ecosystem for crafting plugins in Deno for Vim/Neovim.

It's essential to highlight that the recommended practice for most users is to utilize the denops_std module when developing plugins for denops.vim. The current module is structured as a foundational layer within denops_std, and utilizing it directly from plugins is strongly discouraged.

Classes

Batch error raised when one of the functions fails during batch process.

Type Aliases

Context that expands into the local namespace (l:)

Denops is a facade instance visible from each denops plugin.

API dispatcher

Environment meta information.