practicalli

gdubs 2024-06-20T15:47:38.505139Z

I'm currently working on clojure, python, sql, and lua files. I used to be able to use Conjure for python files, but I recently git pulled the latest practically/astro (after about a month) and updated all my packages. Now (and I'm not confident its related), if I open a fresh neovim with a python or sql buffer, Conjure isn't loaded at all. I'm asking around in the Conjure discord. I'll report back here if I find out anything.

practicalli-johnny 2024-07-09T15:26:35.254299Z

Thanks for submitting the PR to the AstroCommunity, it seems tis has been merged now. Thank you.

👍 1
gdubs 2024-06-20T15:48:03.861539Z

Conjure does seem to load for clojure and lua files. Not python or sql.

gdubs 2024-06-20T15:48:35.214219Z

And I kind of suspect this isn't related to the upgrade, since I tried this out on a laptop which I haven't recently upgraded and I see the same behavior. No idea how I got Conjure to load for python in the past.

practicalli-johnny 2024-06-20T15:58:10.468459Z

All the conjure filetypes were added to the Astro Community conjure plugin config in the last few weeks. The conjure plugin is used by the Clojure pack and therefore Practicalli Astro config. So I am fairly confident it should work, but happy to add something if it missing or wrong.

gdubs 2024-06-20T16:02:56.187119Z

Ha ha! It's missing python and sql: https://github.com/AstroNvim/astrocommunity/blob/main/lua/astrocommunity/code-runner/conjure/init.lua

gdubs 2024-06-20T16:03:26.258969Z

I wonder why they didn't incldue the full list from here: https://github.com/Olical/conjure/blob/master/fnl/conjure/config.fnl#L57

gdubs 2024-06-20T16:17:53.861599Z

I added the missing ones and am now back in business. I may submit something to astronvim. Seems like the 'fix' should either go in my local config, or upstream, but not in the practicalli stuff since it's intended for clojure.

practicalli-johnny 2024-06-20T17:29:05.102189Z

Oh. I didnt spot they were missing, sorry. They should be updated in https://github.com/AstroNvim/astrocommunity/blob/main/lua/astrocommunity/code-runner/conjure/init.lua

practicalli-johnny 2024-06-20T17:30:11.545419Z

I will check for PRs nd submit a fix later tonight when I am back home