Add z-index to hover window and refactor buffer:setline() tests in buffer_spec.lua

This commit is contained in:
JuanZoran
2023-03-28 18:00:57 +08:00
parent 0ef08fbd19
commit 37cd2b13d9
2 changed files with 49 additions and 40 deletions

View File

@ -99,6 +99,7 @@ function M:init_window(opts)
relative = opts.relative or 'cursor',
title = m_opts.title,
title_pos = m_opts.title and 'center' or nil,
zindex = 100,
},
}