Fork me on GitHub
#vim
<
2017-07-12
>
hkupty17:07:34

Hi folks! Just released acid.nvim 1.1 🙂 https://github.com/clojure-vim/acid.nvim I updated the README.md and TODO.md with features and roadmap

devth17:07:52

been meaning to try this out (currently using fireplace). looks to be getting very good!

devth17:07:07

would you say it's on par (and in quite a few cases has more than) with fireplace?

hkupty17:07:20

I'd say its reaching the state of fireplace now, with the benefit of all nrepl interaction being async and logged. Probably, for most use cases, it's already better.. Still, I've not used fireplace enough for a fair comparison so feedback from users who migrated from fireplace is very valuable!

devth17:07:00

cool. plan to try it out soon. will give any feedback when i do!

hkupty17:07:18

Awesome! Thanks 🙂

devth20:07:33

tried it out but blocked on no support for .cljc, which most of my projects use, for now.

devth20:07:03

i think treating these as .clj would be a sensible default until full clj/cljs support is available

hkupty21:07:17

Interesting... Never really tried using with .cljc files...

hkupty21:07:39

What is wrong or how could it be improved?

devth21:07:00

it threw errors. let me check