Fork me on GitHub
#vim
<
2017-07-10
>
fatihict09:07:33

Hey folks, how do you debug Clojure(Script) in NeoVim? Does anyone use something smart like a debugger? My current workflow is mostly evaluating forms and adding log statements in the function I am debugging and looking at the stacktrace. Sometimes I even go back to Spaccemacs just for the debugger sharkdance

dominicm09:07:17

Debux is useful, so is debug-nrepl

fatihict10:07:07

Nice, thanks for this ^

hkupty16:07:06

I've been thinking about neovim-client and component... Would it make sense to make it component friendly/based? I mean plugins can make use of other components and even substitute the rpc/msgpack implementation if desired.. That way we can get rid of the future/try/loop/when-let chain...