rust-tools.nvim
rust-tools.nvim copied to clipboard
Fixing last_runnable
I guess changes should be self-explanatory. It's required to make 'last_runnable' command to work as expected. Fixing typo in variable names and updating to use 1-based array indexing Lua uses.