Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 826 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 826 Bytes

Vim and Jasmine BDD

Some vim snippets and a syntax file for behavior-driven development with Jasmine packed in a vim plugin.

Requirement

The snippets requires having snipMate installed.

Install

with Janus Vim Distribution

This plugin is prepared for easy integration in Carlhudas vim Distribution Janus.

If you want to add it as an additional Vim plugin, add in ~/.janus.rake:

vim_plugin_task "vim-jasmine", "git://github.com/thomd/vim-jasmine.git"

Manual installation

Downlad and unzip vim-jasmine-0.1.zip on your ~/.vim directory.

Alternatively, you can also use the Makefile:

make install