Any spacevim users here? I'm trying it out and I'm running into an error when trying to use the repl commands built into the clojure layer. When I go to start the repl, via SPC l s i
I get:
[REPL executable] 'cmd-clj'
--------------------
/bin/bash: cmd-clj: command not found
I have both lein and clj cli tools installed. And I can get the repl to work if I start I lein repl and do cqq
in vim. I'd like to get the spacevim clojure layer working, though.