Both addons have good sides, SLIMV has better REPL(faster than vimclojure REPL), but vimclojure's indentation and syntax coloring is better(also, vimclojure's syntax coloring is working in REPL too). And vimclojure's indentation is better. For example, this is SLIMV indentation for a function:
(defn func
[])
And this is vimclojure's:
(defn func
[])
I'm trying to use both plugins, with good sides of each one. I need syntax coloring in SLIMV REPL, and vimclojure indentation. Do you have any ideas how can I do that?
let g:slimv_repl_syntax = 1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With