import * as denopsCore from "https://deno.land/x/denops_core@v6.1.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. |
Interfaces
Denops is a facade instance visible from each denops plugin. | |
I Meta | Environment meta information. |
Type Aliases
Context that expands into the local namespace (l:) | |
API dispatcher | |
Denops's entrypoint definition. |