editors

Discussion about all editors used for Clojure/ClojureScript
2016-09-21T12:45:53.000011Z

Lighttable accepted :w to save the first day I tried it with vim-bindings. Now it doesn't anymore. Can anybody help to get it back?

2016-09-21T12:46:56.000012Z

Speaking of vim, is deoplete working with clojurescript? Can't get it to work. I'm not really happy about vim and clojurescript.

dominicm 2016-09-21T13:02:28.000013Z

@dreic I maintain the deoplete/clojurescript plugin, it works for me.

dominicm 2016-09-21T13:02:42.000014Z

Least helpful thing ever 😛.

dominicm 2016-09-21T13:02:52.000015Z

Are you using figwheel/boot-cljs-repl?

dominicm 2016-09-21T13:03:09.000016Z

Are you using the patch on top of fireplace to enable figwheel support? What version of figwheel are you using?

2016-09-21T13:03:42.000017Z

I'm not using any repl so far. Have just started working through the modern javascript cljs tutorial

2016-09-21T13:04:01.000018Z

Well, a repl in my terminal that is.

dominicm 2016-09-21T13:04:29.000019Z

The browser repl that ships with clojurescript? Or lein repl and (figwheel-function-to-run)?

2016-09-21T13:05:09.000020Z

um, boot repl -c is what I'm using

dominicm 2016-09-21T13:05:16.000021Z

ah, that's cool. 😄

dominicm 2016-09-21T13:06:14.000022Z

So, if you don't have a cljs-repl enabled (https://github.com/adzerk-oss/boot-cljs-repl), then the relevant op codes can't be sent to figure out the completions

2016-09-21T13:16:48.000024Z

@dominicm a phone call ...

2016-09-21T13:16:54.000025Z

I do have a dep: adzerk/boot-cljs-repl "0.3.0"]

2016-09-21T13:17:19.000026Z

or do ypu mean I need to have that dependency in nvim?

dominicm 2016-09-21T13:22:24.000027Z

@dreic is the tutorial public? Am I able to view the build.boot?

dominicm 2016-09-21T13:28:38.000028Z

You probably want to be doing boot cljs-repl based on https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-02.md

dominicm 2016-09-21T13:29:20.000030Z

Oh, I see. You are, and then doing boot repl -c for a terminal client. Gotcha.

dominicm 2016-09-21T13:29:49.000031Z

https://github.com/adzerk-oss/boot-cljs-repl#vim-fireplace run this command, and you should get your clojurescript working 🙂

2016-09-21T13:57:29.000034Z

ok, but then I need fireplace, too?

2016-09-21T13:57:37.000035Z

Thjis is my init.vim: https://paste.fedoraproject.org/431971/63195147/

dominicm 2016-09-21T14:09:33.000037Z

@dreic Yes, you need vim-fireplace to interact with Clojure REPL from Vim.

2016-09-21T14:13:59.000038Z

dominicm ok, will install that too. I hope to get to that later tonight.