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

@ -28,7 +28,7 @@
- 词根
- etc
- 支持 `normal``visual`模式
> 不支持 visual-select
> 不支持 visual-block mode
- 词库单词量: `43w`

@ -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