-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to work with shadow-cljs #105
Comments
@knubie Thank you for opening this issue.
Could you tell me the minimal steps to reproduce the problem?
Other examples: |
@liquidz Thank you for helping me troubleshoot! I can confirm that everything works as expected with the shadow-cljs test project, and I also discovered why it wasn't working for my project. 😁 I was running
Instead of
Passing I will let you decide if the docs should be amended. またありがとうございました! |
@knubie Great!
Oh, it is confusing. Sorry! |
Hi, first of all, thanks for creating
vim-iced
, it's a fantastic plugin.I just want to document my experience getting it set up and working with
shadow-cljs
, because it wasn't very straightforward, and this post might help other people in the future.The following incantation worked for my project:
:IcedConnect
:IcedEvalRepl (shadow/repl {build-id})
:IcedEval
and:IcedEvalVisual
(not:IcedEvalRepl
:IcedEvalReplVisual
)There were a couple of stumbling blocks I encountered when getting this to work.
:IcedStartCljsRepl shadow-cljs {build-id}
did not work for me.:IcedEval
and:IcedEvalRepl
and when to use each.:IcedEvalRepl
, which didn't work.I would be happy to look more into the
:IcedStartCljsRepl
issue and possible open a PR.The text was updated successfully, but these errors were encountered: