fix: fix doc and zindex
This commit is contained in:
parent
4223c1d138
commit
a226c0de5f
@ -28,7 +28,7 @@
|
|||||||
- 词根
|
- 词根
|
||||||
- etc
|
- etc
|
||||||
- 支持 `normal`和 `visual`模式
|
- 支持 `normal`和 `visual`模式
|
||||||
> 不支持 visual-select
|
> 不支持 visual-block mode
|
||||||
|
|
||||||
- 词库单词量: `43w`
|
- 词库单词量: `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,
|
height = (display.max_width > 0 and height > display.max_height) and display.max_height or height,
|
||||||
border = display.border_style,
|
border = display.border_style,
|
||||||
focusable = true,
|
focusable = true,
|
||||||
|
zindex = 250,
|
||||||
})
|
})
|
||||||
api.nvim_win_set_option(win, 'wrap', display.wrap)
|
api.nvim_win_set_option(win, 'wrap', display.wrap)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user