simrat39 / rust-tools.nvim

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

Names of functions for RustDebuggables #190

Open felipesere opened 2 years ago

felipesere commented 2 years ago

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:

Screenshot 2022-05-04 at 22 10 50

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?

aniketfuryrocks commented 2 years ago

@felipesere if this is telescope, then consider enabling wrapping.

simrat39 commented 2 years ago

Sounds like a great idea, hopefully I can get around to implementing it soon

EpsilonKu commented 1 year ago

Any progress?