-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mini.run: simple run configs manager in your editor #1123
Comments
Thanks for the suggestion! I think most of the features will be spread across 'mini.terminals' (like open terminal and run command/selection in terminal) and 'mini.quickfix'. Nevertheless, this is a useful and quite comprehensive set of features to use as reference, thanks! |
Thanks for the quick reply. Just wanna add that mini is probably my favorite neovim plugin I love the philosophy and simplicity. It's up to you in the end to choose where this feature fits! I've been looking towards solving this issue for my personal config and thought it might fit mini's philosophy. The real killer features that are missing everywhere to me are :
Hope that helps, will happily make a PR if I can be of use |
Even overseer.nvim has
and overseer has lots of error-prone callback logic. I'd argue dependency things belong into a build system describing how the test runner REPL should work and patching around this via configurations leads to arbitrary complexity. From my point of view the only advantage without huge complexity would remain to be project local run steps to get them into quickfix and/or dynamic attaching of debugger and offer a programming API to get the log streamed by user specified function to a neovim buffer. |
Contributing guidelines
Module(s)
mini.run
Description
One of the most basic features of most code editors or IDEs is running your code from the editor and getting back the errors. Yet, there aren't many popular or simple options to do this in neovim apart from overseer.nvim.
Features :
Bonus:
I think this idea really fits into mini's philosophy of small, straightforward and simple plugins, and probably fills a void in the neovim plugin ecosystem. I am willing to try and make a PR for a MVP of that new module.
The text was updated successfully, but these errors were encountered: