https://github.com/omochice/dps-paiza-io-vim
The vim/neovim plugin for execute code by paiza.io using denops.vim
https://github.com/omochice/dps-paiza-io-vim
deno neovim vim vim-denops vim-plugin
Last synced: 2 months ago
JSON representation
The vim/neovim plugin for execute code by paiza.io using denops.vim
- Host: GitHub
- URL: https://github.com/omochice/dps-paiza-io-vim
- Owner: Omochice
- License: mit
- Created: 2021-07-01T02:01:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T02:41:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T00:12:47.768Z (over 1 year ago)
- Topics: deno, neovim, vim, vim-denops, vim-plugin
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dps-paiza-io-vim
The vim/neovim plugin for execute the code by [Paiza IO](https://paiza.io/en) web API.
## Installation
Use your favorite plugin manager!
- `vim-plug`
```vim
Plug 'vim-denops/denops.vim'
Plug 'Omochice/dps-paiza-io-vim'
```
- `dein.vim`
```vim
call dein#add("vim-denops/denops.vim")
call dein#add("Omochice/dps-paiza-io-vim")
```
or another one.
## Usage

Run `:PaizaIO`, the code in current window is executed on web API and display the output/error in new window.
*Caution, [Paiza.io](https://paiza.io/en) has a **1 second** run time limit.*
## TODO
- fix bugs
- ~~After execution, if change window to other code and run `:PaizaIO` then show old result.~~
- ~~Each execution make new window every time.~~ Resolved by #2
- add options
- Switch Python2/3