Open DeepReef11 opened 1 year ago
@DeepReef11 Thank you for your reporting! I'll have a look this weekend.
https://github.com/liquidz/vim-iced/blob/main/doc/pages/clojurescript/shadow_cljs.adoc PR is also very welcomed!
Thank you.
I just wanted to mention that there is VS Codium that is VS Code without Microsoft telemetry in case someone wants to avoid VS Code in the meantime.
Edit2: Was able to make it all work with Logseq with
yarn watch
, Calva Repl in VSCodium and then launching logseq. Then I open nvim and doIcedConnect
,Y
and I can send commands to Logseq (with the dev plugin installed on Logseq of course).Edit: Figured part of it. It works with
iced repl --force-shadow-cljs app
. Now, I'm trying to launch a simple message into Logseq but it doesn't work. How am I supposed to make this work? With Calva (VSCode) it works, but it prompt to launch logseq (won't work if logseq is already opened). So I suppose there should be something that use logseq instead of localhost:8080. What should I do?I think this part of doc should be updated https://liquidz.github.io/vim-iced/#clojurescript_shadow_cljs
Original post
I'm trying to use vim-iced for a logseq plugin. I recall being able to get the REPL working in neovim, but it doesn't work anymore, no idea why (note that this is new, it's not like something that was working properly but just that I was able to get something working once, no idea what I've done that no longer work but so far I haven't been able to make it work with logseq plugin). I've added mentioned deps in shadow-cljs.edn and the .nrepl.edn file.
When I use
iced repl :app
, I get this error:/tmp/clojure...
contains:I do have
:build {:apps ...}
in shadow-cljs.edn. What am I supposed to do?