Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 551 Bytes

syntastic-joker

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

Installation

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.