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.36k stars 175 forks source link

feature: Trouble opens in a floating window #273

Closed andreapesci closed 5 months ago

andreapesci commented 1 year ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

I would like to have every plugin i use in floating mode, so the screen is always as clean as possible

Describe the solution you'd like

TroubleToggle opens in a floating window, instead just left,right,bottom and top, much like telescope or toggleterm

Describe alternatives you've considered

nothing else i considered

Additional context

No response

Diablo-D3 commented 1 year ago

I think more generally, we should be able to pass the config table usually sent to nvim_win_set_config.

I currently use a hack that uses autocmd to achieve this, and I can't say I'm 100% happy with it.

folke commented 5 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