Skip to main content
Module

x/denops_core/mod.ts

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
Go to Latest
import * as denopsCore from "https://deno.land/x/denops_core@v4.0.0/mod.ts";

This is a core module of denops.vim which is an ecosystem of Vim/Neovim to write plugins in Deno.

Note that most of users should use denops_std module instead to write plugins of denops.vim. This module is designed as a core layer of denops_std so using this module directly from plugins is strongly dis-recommended.

Classes

Batch error which is raised when one of function fails during batch process

Interfaces

Denpos is a facade instance visible from each denops plugins.

Method dispatcher

Environment meta information.

Type Aliases

Context which is expanded to the local namespace (l:)