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
Probably same as #21. Acid should tell you those other plugins are required and preferably how to fix the issue, rather than falling on its sword. Also the homepage should tell you to install these things.
I'm sorry for this. I assume this was a nrepl failure.
I have to revisit some decisions on error handling on this side. Nonetheless, I believe you are right if any dependency is missing, which I believe is.
How have you started the nrepl? Acid provides a way for it, but its currently not optimal.
I believe this navigation requires refactor-nrepl if I remember correctly, so if you're starting a nrepl session and connecting to it, it might be the case.
Please bear in mind that acid is developed on a best effort basis and despite my attempts, it's not easy to grow the developing community.
I wish a lot of this was in a better shape, but it's through issues like this one that I can improve it.
I'll look into it, but in the meantime, if you spawn a nrepl session using :lua require("acid.nrepl").start{}, it should be enough.
Sorry for the trouble and thanks for submitting the issue, I'll take a look at it later today.
No worries, thanks for working on this thing. I'm probably not going to be able to use it immediately because there are Reasons it's awkward for me to add those dependencies. The virtualtext is pretty nice though and gd, when it works. I'll check back when my local issue is resolved.
I launched a REPL (with nrepl) in a separate terminal window and Acid seemed to connect to it automatically. That part actually worked seamlessly.
Probably same as #21. Acid should tell you those other plugins are required and preferably how to fix the issue, rather than falling on its sword. Also the homepage should tell you to install these things.
If I use
gd
onserialize-kv
near the bottom, running:AcidEval 5
no longer returns a response. No:messages
.K
also doesn't work, though at least it doesn't kill eval.The text was updated successfully, but these errors were encountered: