Fork me on GitHub
#vim
<
2018-04-02
>
weslord07:04:05

The vim-fireplace docs say: >First, set up cider-nrepl. (If you skip this step, fireplace.vim will make do with eval, which mostly works.)

weslord07:04:02

If we don't have cider-nrepl installed... what happens? Which parts will no longer work?

dominicm08:04:05

Some Completion, some source finding, some docs, etc. It's essentially the same, but the code it runs is a hacked together version of cider-nrepl, and doesn't work for a lot of edge cases. @weslord

weslord08:04:24

Is there a way to verify that it's installed and working? I've put cider-nrepl in my lein profile.clj, but I don't see any difference.

weslord08:04:46

I'm pretty new to this whole ecosystem, if that's not abundantly clear.

dominicm08:04:13

:echo fireplace#message({'op': 'cider-version'}) should tell you :)

weslord09:04:49

That's perfect. Exactly what I was looking for. Thanks!