folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.24k stars 178 forks source link

feat: add wrap config option for trouble buffer #326

Closed roobert closed 4 months ago

roobert commented 11 months ago

As popularly requested here.

There doesn't seem to be a viable workaround using autocmd so I think a config option is the only option here..

Thanks for the awesome plugin!

Zajozor commented 9 months ago

Works great, thanks @roobert , I tested this locally.

@folke I know you're an extremely busy man, but if you have a minute to glance at this, it would be amazing 🙏🏻 (I'm aware of the "K" hover functionality, however wrap is just more glancable)

tummetott commented 8 months ago

@roobert you forgot to update the vimdoc

roobert commented 8 months ago

@roobert you forgot to update the vimdoc

Updated PR

folke commented 4 months ago

Development on the main branch is EOL.

Trouble has been rewritten and will be merged in main soon.

This issue/feature either no longer exists or has been implemented on dev.

For more info, see https://github.com/folke/trouble.nvim/tree/dev

opts.win.wo.wrap = true