Fork me on GitHub
#vim
<
2021-06-09
>
Krishan V18:06:26

Hey everyone, I have been trying to switch to Fireplace from Calva. Ran into Key not present in Dictionary: "response, 'value', [])" . I am using Cider-nREPL version 0.26. I start my REPL with clj -Sdeps '{:deps {cider/cider-nrepl {:mvn/version "0.26.0"} }}' -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]" and manually connect via :FireplaceConnect but running cpp on any form fails even after running cpr

jamesleonis21:06:12

FWIW, those steps seem to work for me when I use those commands. I tested in both VIM and NeoVIM. However I do not get that Key not present in Dictionary error, and I wonder if that is part of the problem.

Krishan V18:06:04

Is there something that I am missing in my setup? I am using PlugInstall on Neovim to install fireplace.