ts-playground-plugin-vim
Version:
Provides Vim keybindings for TypeScript Playground editor.
30 lines (19 loc) • 668 B
Markdown
## TypeScript Playground Vim Plugin
Provides Vim keybindings for TypeScript Playground editor.
## Running this plugin
- [Click this link](https://www.typescriptlang.org/v2/play?install-plugin=ts-playground-plugin-vim) to install
or
- Open up the TypeScript Playground
- Go the "Options" in the sidebar
- Look for "Plugins from npm"
- Add "ts-playground-plugin-vim"
- Reload the browser
Then it will show up as a tab in the sidebar.
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full details, however, TLDR:
```sh
git clone ...
yarn install
yarn start
```
Then tick the box for starting plugin development inside the TypeScript Playground.