Closed pedrorgirardi closed 6 years ago
Clojure-Kit starts REPL in headless mode and connects to it via nrepl
protocol, hence no CLI prompt.
Oh I see, but even if I start the repl
externally and then connect Clojure-Kit
to it? I just tried doing that - start repl outside IntelliJ and then connect - but same thing.
@gregsh why some output messages are not shown on the console? If I start the
nREPL
server on the terminal it looks like:...but if I start using
Clojure-Kit
when evaluating a form it doesn't show it. The same happens when I startFighweel
.Am I missing something? Could I fix it just be changing some kind of preferences on
IntelliJ
?