simrat39 / rust-tools.nvim

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

Fixing last_runnable #419

Open ytaras opened 11 months ago

ytaras commented 11 months ago

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.