This is an official documentation of denops.vim, an ecosystem of Vim/Neovim which allows developers to write plugins in Deno.
Visit https://vim-denops.github.io/denops-documentation to see the content.
Any contributions are welcome 👍
To contribute, install the latest versions of the followings in your environment
Then, install mdBook and its plugins
cargo install mdbook
cargo install mdbook-alerts
Once required tools are installed, execute the following command to serve the book on http://localhost:3000
mdbook serve
Or build book into book
directory
mdbook build
Don't forget to format Markdown files with deno fmt
before sending a pull
request.
deno fmt
- Semi-official documentation written in Japanese (日本語)
Deno で Vim/Neovim のプラグインを書く (denops.vim)
The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.