fix: preview window renders on top of floating window title (#72)

This commit is contained in:
Steven Arcangeli 2023-03-12 20:58:02 -07:00
parent 33ee724c2d
commit 383971b0cf

View file

@ -64,6 +64,7 @@ M.show = vim.schedule_wrap(function(actions, should_confirm, cb)
height = height,
row = math.floor((vim.o.lines - vim.o.cmdheight - height) / 2),
col = math.floor((vim.o.columns - width) / 2),
zindex = 152, -- render on top of the floating window title
style = "minimal",
border = "rounded",
})