fix: preview window renders on top of floating window title (#72)
This commit is contained in:
parent
33ee724c2d
commit
383971b0cf
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ M.show = vim.schedule_wrap(function(actions, should_confirm, cb)
|
||||||
height = height,
|
height = height,
|
||||||
row = math.floor((vim.o.lines - vim.o.cmdheight - height) / 2),
|
row = math.floor((vim.o.lines - vim.o.cmdheight - height) / 2),
|
||||||
col = math.floor((vim.o.columns - width) / 2),
|
col = math.floor((vim.o.columns - width) / 2),
|
||||||
|
zindex = 152, -- render on top of the floating window title
|
||||||
style = "minimal",
|
style = "minimal",
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue