This is a syntax checker for Syntastic for Clojure/ClojureScript using Joker.
Syntastic and Joker must both be installed and working.
In .vimrc
:
Plugin 'aclaimant/syntastic-joker'
and run :PluginInstall
within Vim.
In .vimrc
:
Plug 'aclaimant/syntastic-joker'
and run :PlugInstall
within Vim.