mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
feat(lsp): allow configuring zindex for floating windows (#15086)
This commit is contained in:
parent
526fc609b8
commit
c487a73fa2
@ -990,6 +990,7 @@ function M.make_floating_popup_options(width, height, opts)
|
||||
style = 'minimal',
|
||||
width = width,
|
||||
border = opts.border or default_border,
|
||||
zindex = opts.zindex or 50,
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user