gregspurrier / vim-midje

Vim indentation and syntax highlighting for Midje

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-midje

vim-midje provides Vim indentation and syntax highlighting for Midje, a Clojure test framework.

Prerequisites

vim-midje assumes that Clojure runtime files are available. Vim versions 7.3.803 and later ship with them. If you're using an older version of Vim, then you will need to install vim-clojure-static or VimClojure.

Installation

Assuming that you are using pathogen.vim, installation is simply a matter of:

cd ~/.vim/bundle
git clone git@github.com:gregspurrier/vim-midje.git

License

vim-midje is Copyright (c) 2013 Greg Spurrier. It is released under the terms of the MIT license. Please see LICENSE for the details.

About

Vim indentation and syntax highlighting for Midje

License:MIT License


Languages

Language:Vim Script 100.0%