tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

f633ed9 stopped working with shadow-cljs #378

Closed tim-smart closed 4 years ago

tim-smart commented 4 years ago
$ nvim --version
NVIM v0.4.3
Build type: Release
LuaJIT 2.0.5

Before this commit :CljEval (shadow/repl :app) was working great.

After this commit it seems I can run :CljEval commands, but :CljsEval says there is no default ClojureScript repl.

If you need any more information just let me know :)

tpope commented 4 years ago

What is shadow aliased to?

If you can link to an example app that I can reproduce the problem on, that would help a lot.

tim-smart commented 4 years ago
(:require [shadow.cljs.devtools.api :as shadow])

I'll see if I can create a test project soon.

Also, for some reason I have to Ctrl-C after evaluating code. Is it taking over stdin or something?

tpope commented 4 years ago

Huge pain both to diagnose and to fix but it should be working now. Please report back on whether it works.