feat(lsp): allow configuring zindex for floating windows (#15086)

This commit is contained in:
rayx
2021-07-20 02:03:59 +10:00
committed by GitHub
parent 526fc609b8
commit c487a73fa2

View File

@ -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