vim

For discussion on all things (neo)vim.
2021-06-09T18:00:26.086Z

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

2021-06-09T18:02:04.087Z

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

jamesleonis 2021-06-09T21:01:12.087600Z

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.