An open API service indexing awesome lists of open source software.

https://github.com/raa0121/denops-go-example

denops plugin build by go(wasm).
https://github.com/raa0121/denops-go-example

go vim-denops wasm

Last synced: about 1 year ago
JSON representation

denops plugin build by go(wasm).

Awesome Lists containing this project

README

          

denops-go-example
=========
denops plugin build by go(wasm).

Usage:
------
```
:GoAdd 1 1
```

Requirements:
-------------
[denops.vim](https://github.com/vim-denops/denops.vim)

Install:
--------
```
Plug 'raa0121/denosp-go-example'
```

How To build wasm:
------------------
Windows
```
build.bat
```

macOS/Linux
```
./build.sh
```

License:
--------
MIT

Author:
-------
raa0121