simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.16k stars 158 forks source link

Ability to re-run last debuggable and runnable commands #252

Closed baz closed 1 year ago

baz commented 2 years ago

This builds upon #199 and adds the commands RustLastDebug and RustLastRun to re-run the last debuggable or runnable commands.

Allows for a much faster compile-test-debug cycle.