Home

Awesome

syntastic-joker

This is a syntax checker for Syntastic for Clojure/ClojureScript using Joker.

Installation

Syntastic and Joker must both be installed and working.

Vundle

In .vimrc:

Plugin 'aclaimant/syntastic-joker'

and run :PluginInstall within Vim.

vim-plug

In .vimrc:

Plug 'aclaimant/syntastic-joker'

and run :PlugInstall within Vim.