pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

Enable kibit support #76

Open hugoduncan opened 11 years ago

hugoduncan commented 11 years ago

When evaluating code, enable automatic use of kibit, and show possible alternatives in the fringe, or similar.

cola-zero commented 11 years ago

kibit-mode provide similar feature. We can show possible alternatives automatically using flymake-mode. But everytime we save any clj file, it'll be launch another jvm. So It would be nice to implement this into ritz (or middleware of nrepl?).