simrat39 / rust-tools.nvim

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

fix(debuggables): check for `nil` value in selection handler #299

Closed kedom1337 closed 1 year ago

kedom1337 commented 1 year ago

This prevents a .lua error when not selecting any value in the debuggables selection menu by e.g pressing Esc and closing the menu.