You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the very useful plugin! I've found Iron to be a nice alternative to the (also excellent) Neoterm.
However, I don't see an obvious way to configure the REPL invocation dynamically.For example, I'd ideally like to have logic along these lines for a Python project (hypothetical code):
I'd also want to do other things, like try to detect if ipython is available in the current env and use it only if present.
Is this kind of thing possible currently? It would be a really useful feature for working with GUI frontends to Neovim, which you don't necessarily want to have to start from within a shell session.
The text was updated successfully, but these errors were encountered:
I definitely think we wan get something dynamic working, but I don't think it was prioritized so far... Shouldn't be too hard to add there though..
I surely want to improve and make it easier for users to tailor the best possible individual experience, so dynamic configuration would definitely make sense, as well as providing functions for dynamically detecting binaries.
The issue is that, due to work and personal life, I couldn't focus on iron as much as it deserves. In fact, I'm super glad it is at a somewhat stable state now, because it is being useful for many people without needing patching or intense overlook from me. Hopefully I can change that situation in the future, but for now I can try to squeeze in a few improvements here and there.
I'll check if/how I can add dynamic config support. Thanks for the issue!
I started looking into the Iron source code and found it fairly readable. But I'm myself trying to spend more time with family and less time coding.
I think one thing that might help other people contribute would be some informal documentation of how Iron fits together internally, and what changes you already have planned. That way people don't have to spend as long familiarizing themselves with the codebase, and can do things like internal refactoring that won't be "offensive" or obstructive towards your other planned improvements.
I've recently merged v3.0 which greatly simplifies how the repl is picked up. I can definitely foresee now adding repl providers instead of picking them up straight away. I'll bump this issue and try to fix this in the next iteration.
Hi, thanks for the very useful plugin! I've found Iron to be a nice alternative to the (also excellent) Neoterm.
However, I don't see an obvious way to configure the REPL invocation dynamically.For example, I'd ideally like to have logic along these lines for a Python project (hypothetical code):
I'd also want to do other things, like try to detect if
ipython
is available in the current env and use it only if present.Is this kind of thing possible currently? It would be a really useful feature for working with GUI frontends to Neovim, which you don't necessarily want to have to start from within a shell session.
The text was updated successfully, but these errors were encountered: