simrat39 / rust-tools.nvim

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

Rust Debuggables Window Size Too Small #434

Open dHofmeister opened 8 months ago

dHofmeister commented 8 months ago

Dear developers/maintainers of this wonderful tool, first off this is awesome and I absolutely love this work.

Im having the following QoL issue where I cannot seem to select the test based on the preview, because the relevant data falls out of the window. This is regarding RustDebuggables

image

Is there a config that I can drop in my init.lua file that increases the preview window size?

Secondary Question Why is RustRunnables different?

image

The preview for RustRunnables is more concise and informative. Would it be possible that the preview of RustDebuggables looks similar to RustRunnables?

Greetings and thank you for your time and effort. This is amazing work.


Context: Lazyvim completely default settings ubuntu 22.04

For other reading this, I learned that simply typing out the test name works as well. As a small workaround.