Fork me on GitHub
#vim
<
2017-02-19
>
mikepjb09:02:54

It's like spacemacs vs. emacs - do you want to build your own custom editing experience?

mikepjb09:02:44

a lot of the time I prefer the freedom to only include parts of a dev environment that I'm using

mikepjb10:02:00

@dominicm what's your experience using node-host nvim plugins? Is it a stable platform to write tools with?

dominicm10:02:12

@mikepjb node-host has broken quite a lot, @snoe has had a lot of problems keeping his cljs plugins stable on it. Although, I think most of the breakage was from msgpack encoding bugs which are ironed out now. I don't think there's been much breakage in a while now.

mikepjb10:02:18

ah good, it seems like an ideal way to write an nrepl client

dominicm10:02:14

Definitely a great idea, with callbacks for each incoming message & the streams api make it pretty ideal.

dominicm10:02:03

The drawback is a dependency on the npm/node ecosystem being installed on your system.

mikepjb10:02:22

that seems fine

dominicm10:02:00

It's not a huge problem, agreed. But, Rust/Golang feel tempting in response.

mikepjb12:02:12

have you taken a look at light table?

dominicm14:02:44

Never, why?

snoe19:02:11

@mikepjb I think there's still a problem somewhere in the node-host chain. https://github.com/clojure-vim/nvim-parinfer.js/issues/30#issuecomment-280381472

dominicm19:02:54

Oh that is annoying -.-