https://github.com/daiki48/dps-maze
denops tutorial. A tool to generate mazes.
https://github.com/daiki48/dps-maze
denops
Last synced: 11 months ago
JSON representation
denops tutorial. A tool to generate mazes.
- Host: GitHub
- URL: https://github.com/daiki48/dps-maze
- Owner: Daiki48
- Created: 2022-08-20T06:36:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T06:37:10.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T17:55:28.848Z (about 1 year ago)
- Topics: denops
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# denops tutorial.A tool to generate mazes.
## depends
- [denops](https://github.com/vim-denops/denops.vim)
- [deno](https://deno.land)
## Usage
Start vim and enter the following command.
```
:Maze
```
# Reference
[Denops Documentation](https://vim-denops.github.io/denops-documentation/tutorial/developing-more-applicative-plugin.html)