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

Make popup window zindex configurable

Open b0o opened this issue 3 years ago • 3 comments
trafficstars

It would be nice if the zindex option of nvim_open_win() was configurable through this plugin's options.

b0o avatar May 07 '22 08:05 b0o

See also: https://github.com/neovim/neovim/issues/18486

b0o avatar May 10 '22 03:05 b0o

We can set (and even expose) zindex. Some official guidance would be good thought.

plenary.popup has support for setting it (i think), default is 50 right now

Conni2461 avatar May 12 '22 14:05 Conni2461

In addition to making zindex configurable, the default zindex for Telescope should be much higher than it currently is to avoid issues like https://github.com/b0o/incline.nvim/issues/17

b0o avatar May 15 '22 04:05 b0o

Hey, any follow ups on this? 😅 I think it'd be great to expose the zindex option. (or is it already implemented and i missed it?)

tamton-aquib avatar Feb 15 '23 17:02 tamton-aquib