Fork me on GitHub
#vim
<
2017-02-20
>
mikepjb08:02:43

thanks @snoe what a shame! Is anyone here familiar with the codebase?

mikepjb08:02:24

@dominicm because light table is written in clojurescript

mikepjb08:02:08

I spent yesterday evening switching over my config to nvim primarily to look at writing a plugin in clojurescript haha

mikepjb08:02:45

Monday’s rarely get better than this 😉

dominicm08:02:15

@mikepjb oh of course it runs cljs. Nvim refactor share a lib with them.

mikepjb08:02:20

ah yes just had a look at the issue @snoe linked

dominicm09:02:28

https://github.com/roxma/vim-hug-neovim-rpc Deoplete.nvim may work in Vim8 with this. If it doesn't today, it will soon. Shougo is adding official support.

dominicm09:02:33

That's amazing.

mikepjb17:02:00

well I had a go at writing a clojurescript nvim plugin - it seems to work pretty well, it doesn’t like advanced optimisations though 😕

snoe17:02:08

it feels like cljs is taking node more seriously. I hope that it will resolve that soon

mikepjb18:02:17

is there a mailing list about that @snoe?

mikepjb18:02:44

also does anyone know if you can run clojure/tools.nrepl in clojurescript?

mikepjb18:02:14

as in using it to call an nREPL from a cljs written nvim plugin

mikepjb18:02:20

doesn’t seem like it, there’s a fair bit of underlying java code 😊