You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running :Cljfmt in a .cljs file and connected to a shadow-cljs created nRepl (via vim-fireplace), my entire file gets replaced with what appears to be the output of an error message. This is especially annoying when the autosave feature is turned on. Even perfectly formatted files are replaced with errors.
When running
:Cljfmt
in a .cljs file and connected to a shadow-cljs created nRepl (via vim-fireplace), my entire file gets replaced with what appears to be the output of an error message. This is especially annoying when the autosave feature is turned on. Even perfectly formatted files are replaced with errors.Running
lein cljfmt fix file.cljs
works properly.the original file
the file after
:Cljfmt
my .lein/profiles.clj
my project.clj
my shadow-cljs.edn
The text was updated successfully, but these errors were encountered: