Vim plugin to create temporary local scratch playground like environment to experiment with Go code.
vim-smithy uses the standard vim plugin path structure
Plug 'jasdel/vim-go-scratchpad'
Depends on vim-go for lazy reasons.
:GoScratchpad
creates a temporary directory, sets up a Go module, and opens a buffer to amain.go
file in that directory.
The MIT License - see LICENSE
for more details