Both add-ons have good sides, SLIMV has better REPL (faster than vimclojure REPL), but vimclojure's indentation and syntax stand out better (also, vimclojure syntax coloring works in REPL as well). And vimclojure embroidery is better. For example, this is SLIMV indentation for a function:
(defn func [])
And this is vimclojure's:
(defn func [])
I am trying to use both plugins with the good sides of each of them. I need syntax coloring in SLIMV REPL and vimclojure indentation. Do you have any idea how I can do this?
source share