Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 939 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 939 Bytes

🪐 @denops/core

JSR test

This is a core module of denops.vim, an ecosystem for creating Vim/Neovim plugin in Deno.

Warning

This module is mainly for internal use. It's strongly discouraged to utilize this module directly from plugins. Use the @denops/std module instead.

import type { Entrypoint } from "jsr:@denops/core";

export const main: Entrypoint = (denops) => {
  // ...
};

License

The code follows the MIT license, as stated in LICENSE. Contributors need to agree that any modifications sent to this repository follow the license.