trayo / vim-ginkgo-snippets

Ginkgo Snippets for Vim
MIT License
5 stars 1 forks source link

Vim Ginkgo Snippets

Snippets for the BDD testing framework Ginkgo. These snippets pair well with vim-gomega-snippets.

Requirments

These snippets are currently only made to work with vim-snipmate. UltiSnips support is planned for the near future.

Installation

Vundle

Place this line in your .vimrc

Plugin 'trayo/vim-ginkgo-snippets'

Then run :PluginInstall.

Pathogen

Clone this repo into your vim bundle folder. Typically located at ~/.vim/bundle

git clone https://github.com/trayo/vim-ginkgo-snippets ~/.vim/bundle/vim-ginkgo-snippets