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?
Speaking of vim, is deoplete working with clojurescript? Can't get it to work. I'm not really happy about vim and clojurescript.
@dreic I maintain the deoplete/clojurescript plugin, it works for me.
Least helpful thing ever 😛.
Are you using figwheel/boot-cljs-repl?
Are you using the patch on top of fireplace to enable figwheel support? What version of figwheel are you using?
I'm not using any repl so far. Have just started working through the modern javascript cljs tutorial
Well, a repl in my terminal that is.
The browser repl that ships with clojurescript? Or lein repl
and (figwheel-function-to-run)
?
um, boot repl -c
is what I'm using
ah, that's cool. 😄
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
@dominicm a phone call ...
I do have a dep: adzerk/boot-cljs-repl "0.3.0"]
or do ypu mean I need to have that dependency in nvim?
@dreic is the tutorial public? Am I able to view the build.boot?
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
Oh, I see. You are, and then doing boot repl -c
for a terminal client. Gotcha.
https://github.com/adzerk-oss/boot-cljs-repl#vim-fireplace run this command, and you should get your clojurescript working 🙂
ok, but then I need fireplace, too?
Thjis is my init.vim: https://paste.fedoraproject.org/431971/63195147/
@dreic Yes, you need vim-fireplace to interact with Clojure REPL from Vim.
dominicm ok, will install that too. I hope to get to that later tonight.