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.
Thanks for submitting the PR to the AstroCommunity, it seems tis has been merged now. Thank you.
Conjure does seem to load for clojure and lua files. Not python or sql.
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.
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.
Ha ha! It's missing python and sql: https://github.com/AstroNvim/astrocommunity/blob/main/lua/astrocommunity/code-runner/conjure/init.lua
I wonder why they didn't incldue the full list from here: https://github.com/Olical/conjure/blob/master/fnl/conjure/config.fnl#L57
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.
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
I will check for PRs nd submit a fix later tonight when I am back home