mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 01:22:41 +00:00
feat(lsp): allow configuring zindex for floating windows (#15086)
This commit is contained in:
@@ -990,6 +990,7 @@ function M.make_floating_popup_options(width, height, opts)
|
|||||||
style = 'minimal',
|
style = 'minimal',
|
||||||
width = width,
|
width = width,
|
||||||
border = opts.border or default_border,
|
border = opts.border or default_border,
|
||||||
|
zindex = opts.zindex or 50,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user