Skip to content

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

License

Notifications You must be signed in to change notification settings

Omochice/dps-paiza-io-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks