trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

feature: Trouble opens in a floating window

Open andreapesci opened this issue 2 years ago • 1 comments

Did you check the docs?

  • [X] I have read all the trouble.nvim 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

andreapesci avatar Mar 31 '23 09:03 andreapesci

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.

Diablo-D3 avatar May 11 '23 15:05 Diablo-D3

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

folke avatar Mar 29 '24 07:03 folke