Olical / conjure

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
https://conjure.oli.me.uk
The Unlicense
1.79k stars 110 forks source link

No output from Hy repl #588

Closed ou-vlakvark closed 4 months ago

ou-vlakvark commented 4 months ago

When I open a .hy file in nvim it is recognised and a HUD window appears stating that a hy repl has been started. When I evaluate (,ee) a form in my hy file, the HUD window indicates that the form has been sent for evaluation but there is no output of the result displayed. The repl, evaluation and output display work for Clojure, scheme, and python. It is only Hy that gives this problem on my computer. Has anyone else been able to work with Hy with Conjure?

Not sure if this is relevant, but I have just noticed that when I open a .clj file, a babashka nrepl is not automatically opened, I seem to remember that this used to be the case,

ou-vlakvark commented 4 months ago

My apologies: I see I had disabled the hylang.fnl plugin in my nvim config because it was previously causing errors. After re-enabling the plugin and doing a :Lazy sync, the hy repl seems to be working fine. Can I delete this issue? Or must I just close it?

I just want to thank all involved for this fantastic conjure plugin. I am just getting into the lisp family of languages and conjure turns the parentheses from a distraction to an asset!