Fork me on GitHub
#vim
<
2016-10-19
>
dominicm09:10:18

@snoe you were right about the z/up adding formatting. Only added it to the thread-all form locally for now, will dig deeper tomorrow in getting it working universally

markwoodhall15:10:11

I'm working on something to make available reloaded.repl functions consistently in vim. Getting side tracked and carried away though! http://i.imgur.com/UxIM1NF.png

hkupty18:10:37

Hi folks.. I just published v0.1 of acid: https://github.com/hkupty/acid.nvim I'm intending to have a completely async solution for clojure development on neovim. There are several missing features yet, but hopefully its API is stable enough for daily usage. Acid is an async alternative to fireplace and is built from ground up to be extensible and fluid. I'd be very happy if you could try it and open issues/PRs and help extend it. Thanks in advance, Henry 'ingvij' Kupty

dominicm18:10:03

Totally want a streaming output to a buffer of my evals

hkupty18:10:31

:call AcidEval({'code': '(some-fn 1 2)', 'op': 'eval'}) streams the output to a buffer 🙂

dominicm18:10:01

Which buffer? This is incredible. I must have it. do you stream out?

hkupty18:10:33

yes. AcidEval opens a buffer of its own and streams out, value, status and more (omits ns, session and id) to it

dominicm18:10:59

This is amazing. I figured this would be something for later.