Are there any integrations of hot reloding / running code like reloadium for python or similar?
I’m trying to prevent wear on the ssd when doing code dev as it may lead for quite a few writes in a good experinmentation programming session as well as save me from doing pressing more keys unnecessarily.
I know there’s live-server.nvim for webdev preview which is kinda there but I’d like something that can also work with python and lua.