Fork me on GitHub
#vim
<
2017-07-03
>
reborg13:07:25

Hello, I'm unable to navigate into [+ctrl+d clojurescript sources. Should it work out of the box on fireplace?

dominicm13:07:15

I believe so, just to check: - Is CIDER definitely loaded? (I have no idea if this works without it!) - Have you piggiebacked (`(js/alert "👋")`)

dominicm13:07:30

You could try:

:echo fireplace#message({'op': 'info', 'symbol': 'foo/bar'})
which should show you what cider is returning in raw for the info query

reborg13:07:56

alright gonna try

reborg14:07:14

After making sure cider-nrepl is definitely in the classpath, I get a ClassNotFoundException with the echo command above

dominicm14:07:46

Might be worth adding , 'ns': 'current.namespace' to the map

reborg14:07:39

same with that

reborg14:07:03

well, thanks, don't worry too much, I'll google around before so I can be more specific

dominicm14:07:48

When I get a chance I'll have a go myself.

reborg14:07:45

Followed https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-with-Vim along with other things, but nope. I thought it was a solved problem, maybe I don't remember correctly 😞