Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1009 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 1009 Bytes

goplayground-vim

Installation

This plugin needs denops.vim and Deno.

with vim-plug

Plug 'vim-denops/denops.vim'
Plug 'syumai/goplayground-vim'

Usage

:GoPlayRun       " Run code in current buffer and show result.
:GoPlayFmt       " Format code in current buffer.
:GoPlayShare     " Share code in current buffer and show shared URL.
:GoPlayGet <key> " Get code by given The Go Playground's key and open in new buffer.
                 " Example: GoPlayGet lVnPEvROxzH

"Commands for [go2go](https://go2goplay.golang.org/)
:Go2GoPlayRun   
:Go2GoPlayFmt   
:Go2GoPlayShare 
:Go2GoPlayGet <key>

Development

  • This plugin is using dem for module version management.
cd denops/goplayground
dem update https://[email protected] # update module

Author

syumai

LICENSE

MIT