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.75k stars 109 forks source link

HUD not popping up when using AstroVim #565

Closed jaikb closed 6 months ago

jaikb commented 6 months ago

So I recently switched from NvChad to AstroVim and I installed Conjure and everything works fine, but I can't seem to get the HUD to pop up now when I run commands. The logs and stuff run fine, but no idea why the HUD won't pop up. Any ideas why or how to fix?

jaikb commented 6 months ago

I solved this issue by adding custom configs to set display HUD to true in my users.lua

practicalli-johnny commented 4 months ago

I assume this is using the AstroCommunity Clojure pack that I contributed to that project.

I've never shown the REPL log/prompt when using any Clojure editor as inline results were found to be more effective. I made the opinionated choice to set the HUD to false when connecting to a REPL process.

I prefer to use ,lt to open the REPL log in a separate tab, using gt to toggle between source code and REPL log.

I will be adding more infomation to the AstroCommunity Community Pack to make these choices clearer. I am also about to refactor the plugins and configurations to simplify the pack and remove some of the choices I made (although still hide the HUD).

If anyone strongly disagres with the choices I make, then let me know and I will consider moving them into the practicalli/astronvim-user-config repository instead

practicalli-johnny commented 4 months ago

As of today, the Astro community Clojure pack will show the HUD by default. The Clojure pack no longer changes any defaults.

There is also a separate conjure configuration in the code-runnwrs section