telescope.nvim
telescope.nvim copied to clipboard
Make popup window zindex configurable
It would be nice if the zindex option of nvim_open_win() was configurable through this plugin's options.
See also: https://github.com/neovim/neovim/issues/18486
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
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
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?)