README
¶
vimwasm-try-plugin
vimwasm-try-plugin is a command line tool to open try a Vim plugin hosted on GitHub using
vim.wasm. You can instantly try Vim plugin without installing it on browser. About vim.wasm,
please visit the repository.

Installation
Please build from source at this moment.
go get -u github.com/rhysd/vimwasm-try-plugin
Usage
vimwasm-try-plugin -repo 'owner/name'
For example,
vimwasm-try-plugin -repo 'rhysd/clever-f.vim'
This command opens:
You can try clever-f.vim in your browser without installing it.
All files are fetched on memory. So they are cleaned up automatically when a browser tab is closed. vim.wasm is a Vim fork for Web
Limitation
vim.wasm is a Vim compiled to WebAssembly. So entire Vim is running on your browser and has some limitation.
- Shell commands are not available. So if the Vim plugin uses
system()or other stuffs which try to execute shell commands, it does not work. - The Vim is built with 'normal' feature set configuration. Some functionalities enabled in 'big' or 'huge' feature set are not available. For example, sign, conceal or profile.
- vim.wasm fetches all plugin files before starting Vim. Fetching many files or a large file may slows Vim start up.
TODO
- Add
-revisionstring option to specify revision of the repository./repos/:owner/:repo/contentshas query parameterreffor it - Add
-persistentbool option to copy files to~/.viminstead of/usr/local/share/vim - Add
-localstring option to specify local directory instead of using GitHub API
License
This repository is distributed under the MIT license.
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.