rust-tools.nvim
rust-tools.nvim copied to clipboard
Names of functions for RustDebuggables
I've managed to get RustDebuggables to work with dap and dap-ui.
When I launch it though, I can hardly tell which test will be run. The screenshot below shows what I can see:
The name of the tests is so far to the right it scrolled of my screen. Is there a setting to only show the test name?
@felipesere if this is telescope, then consider enabling wrapping.
Sounds like a great idea, hopefully I can get around to implementing it soon