Has anyone recently tried to setup slimv for clojure that would be willing to describe how to do so? Slimv will currently autodetect lisp on my machine but fails to load on .clj files. I've also added the following to my .vimrc
let g:slimv_swank_clojure = '! xterm -e lein swank &'
but it has no effect (lein is installed and executable).
Sorry if this is a basic question but I am very new to both vim and clojure.
lein swank
does really run the swank server from within the directory where your .clj file resides. If it doesn't start then you need to make a command that runs the swank server, then embed it in '! xterm -e {swank_command} &'
and store it in g:slimv_swank_clojure.:echo SlimvSwankCommand()
that prints the actual swank command built and used by Slimv.lein
command does not exits for the user (and g:slimv_swank_clojure is not explicitly defined).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