Add z-index to hover window and refactor buffer:setline() tests in buffer_spec.lua
This commit is contained in:
@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user