| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.
| Back | FazBrowse Home | New Git URL |