vim

For discussion on all things (neo)vim.
Thomas Harned 2020-10-28T02:56:33.097800Z

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.