kibit is a static code analyzer for Clojure, ClojureScript, cljx and other Clojure variants.
kibit-vim allows you to analyze the current opened file by running:
:Kibit
Add the following to your ~/.lein/profiles.clj
:
{:plugins [[lein-kibit "0.1.5"]]}
To install kibit-vim with Vundle, add the following line to your .vimrc:
Bundle 'fbeline/kibit-vim'
To install kibit-vim with Pug, add the following line to your .vimrc:
Plug 'fbeline/kibit-vim'
Copyright © 2017 Felipe Beline Baravieira
Distributed under the Eclipse Public License, the same as Clojure.