Skip to content

trayo/vim-ginkgo-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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