Closed Jakedavies closed 6 years ago
Do you have an active fireplace REPL at the time you call :cljfmt
?
I looked a bit deeper, I think you are right this seems to be an issue that goes a bit deeper than I thought. I am going to do some further investigation, I don't think this is an issue with vim-cljfmt :+1:
I am getting up and running with a new backend/frontend clojure project based on https://github.com/Day8/re-frame-template
The repl is being started with
lein repl
. I am having issues with my .cljs files not formatting, despite my .clj files working fine. I am able to format the .cljs files by manually runninglein cljfmt
too. When I run:cljfmt
in vim from a .cljs file, there is a long pause and then I get the following error:Error detected while processing function cljfmt#Format[1]..<SNR>54_RequireCljfmt[3]..fireplace#session_eval:
And here is my project.clj