An open API service indexing awesome lists of open source software.

https://github.com/rfratto/vim-ginkgo-test

Add a :GinkgoTest command on top of vim-go
https://github.com/rfratto/vim-ginkgo-test

ginkgo go vim

Last synced: about 2 months ago
JSON representation

Add a :GinkgoTest command on top of vim-go

Awesome Lists containing this project

README

          

# vim-ginkgo-test

This plugin extends the excellent [vim-go](https://github.com/fatih/vim-go)
plugin by adding a `:GinkgoTest` command.

## Dependencies

1. [Ginkgo](http://onsi.github.io/ginkgo/) (`go get github.com/onsi/ginkgo/ginkgo`)
2. [go-vim](https://github.com/fatih/vim-go)
3. Go, obviously!

## Install

Using your favorite vim package manager, install both `fatih/vim-go` and this
repository.

## Usage

The full documentation can be found at [doc/vim-ginkgo-test.txt](doc/vim-ginkgo-test.txt). You can
display it from within Vim with `:help vim-ginkgo-test`. Otherwise, just load up
a `.go` file and run `:GinkgoTest`.

## License

MIT