Skip to main content
Module

x/denops/mod.ts

🐜 Deno module for denops.vim
Latest
Deprecated

This module is deprecated. Use [denops_core] module instead.

import * as denops from "https://deno.land/x/denops@v6.0.1/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:)