fix: fix doc and zindex

This commit is contained in:
JuanZoran
2022-12-24 19:10:13 +08:00
parent 4223c1d138
commit a226c0de5f
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ local function show_win(width, height)
height = (display.max_width > 0 and height > display.max_height) and display.max_height or height,
border = display.border_style,
focusable = true,
zindex = 250,
})
api.nvim_win_set_option(win, 'wrap', display.wrap)
end