Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Quramy/ts-playground-plugin-vim
TypeScript Playground plugin for Vim keybindings
https://github.com/Quramy/ts-playground-plugin-vim
typescript typescript-playground vim vim-keybindings
Last synced: 4 days ago
JSON representation
TypeScript Playground plugin for Vim keybindings
- Host: GitHub
- URL: https://github.com/Quramy/ts-playground-plugin-vim
- Owner: Quramy
- Created: 2020-04-08T17:43:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T00:28:42.000Z (about 1 year ago)
- Last Synced: 2024-10-19T01:33:38.951Z (16 days ago)
- Topics: typescript, typescript-playground, vim, vim-keybindings
- Language: TypeScript
- Size: 153 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## TypeScript Playground Vim Plugin
Provides Vim keybindings for TypeScript Playground editor.
## Running this plugin
- [Click this link](https://www.typescriptlang.org/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 browserThen 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.