Olical / conjure

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

Home Page:https://conjure.fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HUD not popping up when using AstroVim

jaikb opened this issue · comments

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?

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

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

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