practicalli

dvorme 2024-06-13T19:31:46.415039Z

Over in Conjure you suggested I comment out practicalli.lua, which does give me the HUD back. How do I override your settings piecemeal so that mine supersede yours, e.g.: just the HUD or the default theme?

practicalli-johnny 2024-06-13T21:35:12.939869Z

I suggest making a copy lua/plugins/practicalli.lua to something like lua/plugins/dvorme.lua and comment its if statement, then it will be loaded automatically by Neovim and you can easily experiment with the configs. This approach is easier to manage your changes with any further changes I make (although there shouldnt be too many now). Otherwise you can comment the if statement in the practicalli.lua file and use -- comment on the lines you do not wish to include, e.g. specific conjure configs. Or change the value of the config (see the :help for available values). If you do not wish to have a plugin in the config, comment or delete its code, ensuring everything in its surrounding {} is commended or deleted, including the {} themselves. The lua config file should have a top level return { ... } expression with a balanced {} config in between. The conjure configs I set are at https://github.com/practicalli/astronvim-user-config/blob/main/lua/plugins/practicalli.lua#L74-L88

practicalli-johnny 2024-06-13T21:38:27.696919Z

The available configs are documented in the Neovim help docs. With a Clojure file open in a buffer, use the help command in neovim to find them.

:help conjure-client-clojure-nrepl-configuration
If youre not sure what to look for, please ask.

practicalli-johnny 2024-06-13T21:45:01.427869Z

If you would benefit from a video call to go over a few things, feel free to DM me here on slack. I am in UTC+1 timezone.