CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
534 stars 38 forks source link

[Feature Request] Add command to run previous invocation again #104

Open Rizhiy opened 7 months ago

Rizhiy commented 7 months ago

As title says, have a command that runs whatever was run last again.

In particular it should keep track of arguments to run_mode so that things like program, arguments, where to run, etc. are repeated properly.