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
- Host: GitHub
- URL: https://github.com/rfratto/vim-ginkgo-test
- Owner: rfratto
- License: mit
- Created: 2017-11-12T03:57:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T04:07:00.000Z (over 8 years ago)
- Last Synced: 2025-02-09T04:46:25.744Z (over 1 year ago)
- Topics: ginkgo, go, vim
- Language: Vim script
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-3RD-PARTY.txt
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