https://github.com/vim-denops/denops-documentation
📖 Denops documentation
https://github.com/vim-denops/denops-documentation
denops documentation neovim vim
Last synced: 4 months ago
JSON representation
📖 Denops documentation
- Host: GitHub
- URL: https://github.com/vim-denops/denops-documentation
- Owner: vim-denops
- License: mit
- Created: 2021-07-10T07:58:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-24T11:06:50.000Z (7 months ago)
- Last Synced: 2025-10-18T12:53:25.022Z (5 months ago)
- Topics: denops, documentation, neovim, vim
- Language: JavaScript
- Homepage: https://vim-denops.github.io/denops-documentation/
- Size: 1.61 MB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# denops-documentation
[](https://github.com/vim-denops/denops-documentation/actions/workflows/test.yml)
[](https://github.com/vim-denops/denops-documentation/actions/workflows/mdbook.yml)
[](https://vim-denops.github.io/denops-documentation/)
This is an official documentation of [denops.vim], an ecosystem of Vim/Neovim
which allows developers to write plugins in [Deno].
[denops.vim]: https://github.com/vim-denops/denops.vim
[deno]: https://deno.land
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
- [Rust](https://www.rust-lang.org/tools/install)
- [Deno](https://deno.land/)
Then, install [mdBook](https://github.com/rust-lang/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
- Semi-official documentation written in Japanese (日本語)
[Deno で Vim/Neovim のプラグインを書く
(denops.vim)](https://zenn.dev/lambdalisue/articles/b4a31fba0b1ce95104c9)
## License
The code follows MIT license written in [LICENSE](./LICENSE). Contributors need
to agree that any modifications sent in this repository follow the license.