vim

For discussion on all things (neo)vim.
victorb 2020-04-11T10:06:13.013900Z

anyone familiar with https://github.com/liquidz/vim-iced and know if the debugging stuff is supposed to work in a cljs session/context? Not getting either the debugging/tracing/tapping to work

yiorgos 2020-04-19T11:19:21.022800Z

Maybe you can ask #iced too I am using the plugin too but never tried to use the debug features

dominicm 2020-04-11T10:39:46.014400Z

Cider doesn't have a working cljs debugger

2020-04-11T14:05:56.015900Z

Hi. I’ve been working for a week or so on a re-frame application. At least once a day I stop being able to communicate with the repl in vim (using Fireplace).

2020-04-11T14:06:34.016800Z

Until now I’ve been able to solve it by shutting down everything, restarting the lein repl, restarting the shadow-cljs repl, and reconnecting

2020-04-11T14:06:58.017300Z

But it stopped yesterday again and nothing I do can get it going again. The error is different than what I’ve seen before.

2020-04-11T14:08:00.018500Z

Execution error (ClassNotFoundException) at <http://java.net|java.net>.URLClassLoader/findClass (URLClassLoader.java:436).
cider.piggieback
when I run Piggieback after connecting to the Lein repl (e.g. not the shadow-cljs repl). Connecting to the shadow-cljs repl has never worked for me.

2020-04-11T14:09:25.019800Z

The error obviously claims I have not installed Piggieback, but it was there yesterday darnit!

2020-04-11T14:10:32.019900Z