/dps-paiza-io-vim

The vim/neovim plugin for execute code by paiza.io using denops.vim

Primary LanguageTypeScriptMIT LicenseMIT

dps-paiza-io-vim

The vim/neovim plugin for execute the code by Paiza IO web API.

Installation

Use your favorite plugin manager!

  • vim-plug

    Plug 'vim-denops/denops.vim'
    Plug 'Omochice/dps-paiza-io-vim'
  • dein.vim

    call dein#add("vim-denops/denops.vim")
    call dein#add("Omochice/dps-paiza-io-vim")

or another one.

Usage

usaseMovie

Run :PaizaIO, the code in current window is executed on web API and display the output/error in new window.

Caution, Paiza.io 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