Skip to content

vim-denops/denops-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

denops-documentation

Test Deploy Documentation

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.

Contribution

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

See also

License

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