vim-ginkgo provides enhanced syntax highlighting for Ginkgo and its related projects (Gomega and Agouti). Based on rspec.vim.
With Vundle, add this line to
your ~/.vimrc
:
Plugin 'ivy/vim-ginkgo'
And then launch vim
and run :PluginInstall
.
By default, syntax highlighting is applied to all *_test.go
files.
- Fork it (https://github.com/ivy/vim-ginkgo/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request