Thanks for a great plugin.
It works for me with
:prep-tasks [["v" "cache" "src" "edn"]]
but only from the command line lein repl.
When I run a plain repl in Cursive ("Run nREPL with Leiningen"), the IDE gives "src/version.edn (No such file or directory)". This happens even if I touch that file beforehand. The IDE is otherwise working normally.
I have no idea where to start looking to help fix this. Help!