Henry John Kupty
Henry John Kupty
I'll have a look at that @enmy211, thanks! And thanks once again @GCBallesteros for the work on identifying and debugging iron :slightly_smiling_face: As for the beer, I guess I'll allow...
Thanks for calling me in. I think this is great and I'm really glad to be able to help. I posted some comments there linking to some stuff I felt...
I'll check this. I'm back from vacations now and hopefully I'll have more time to triage and fix issues.
Hi @guymorlan, I guess so... I'm trying to think of a good way to do that... Would something like the snippet below work for you? ```lua iron.setup { keymaps =...
I think it should be ok to invoke the executable as a process itself instead of through the terminal. That however would require me creating a presentation layer to interface...
That's weird. One thing could be the way that you're starting your nvim process - if it's spawned from the command line or through a gui directly. If the latter,...
Hi, In theory it should be possible, but I will have to double-check since the current way of handling all this is kind of messy... I'm currently trying to figure...
I've merged v3.0 now and I believe it might've solved some of the issues. Unfortunately, I'm "forced" to break away from visual mode so I can properly extract the values,...
Hi @Ikariux, Thanks for the issue and the suggestion. I've recently added a function in iron for doing that. Have a look at `iron.core.send_file`. You can bind it using the...
Ok, I'm not 100% sure I'm following, from your snippet I was under the impression that you wanted to send the contents of the file to the REPL. > but...