Fork me on GitHub
#vim
<
2022-04-19
>
Jan K19:04:40

@robbie.huffman I tried to use babashka's nrepl with vim-fireplace and it doesn't work for me either. I am getting the same issue as you when I'm connecting from a file that doesn't have a shebang at the start (`#!/usr/bin/env bb`). But for some reason if I add the shebang to the file, then I can actually :Connect to babashka's nrepl and evaluate things, except reloading the whole file/namespace (cpr/cpR) doesn't work, only evaluating forms one-by-one works. :thinking_face:

Nundrum20:04:07

Thanks. Glad I'm not crazy.

Nundrum21:04:56

I can confirm the shebang partially fixes it. I added that info to the ticket. Is there any chance you're using neovim?

Jan K21:04:22

I'm using regular Vim 8.2

👍 1