-
-
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
Shadow-cljs setup instructions not working #249
Comments
@Risto-Stevcev Thanks for your reporting! Similar problem is fixed at ver 2.1.4. |
Ah thanks. That fixed that warning about dependencies, but now it just fails sliently and returns |
Oh, that's strange. |
@Risto-Stevcev I confirmed. https://github.com/liquidz/vim-iced/blob/2.1.6/autoload/iced/nrepl/cljs.vim#L23-L24 With nvim 0.4.4 and vim 8.2, I could confirm that evaluating |
Oh that's odd, it's working now. I'm not sure what happened, sorry about that o_O |
Ah I figured out how to reproduce the problem I was running into, If you follow all of the steps but you don't visit
If it's a shadow-cljs specific behavior it might be worth mentioning that you have to visit the |
@Risto-Stevcev Thanks! |
I've cut a new release, and documents are updated. |
I followed the instructions in the docs to set up vim-iced with shadow-cljs that you outlined in issue #105 , but it's not working.
After following the steps:
npx shadow-cljs watch frontend
vim src/main/acme/frontend/app.cljs
:IcedConnect
:IcedStartCljsRepl shadow-cljs frontend
Everything was going ok until this step:
Where I get:
How do I get it to install these? I have this
shadow-cljs.edn
:The text was updated successfully, but these errors were encountered: