mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 06:06:03 +00:00
Problem: the opts table also is param of util.open_floating_preview, vim.diagnostic.Opts.Float missing some fields of open_floating_preview. Solution: diagnostic.Opts.Float extend util.open_floating_preview.Opts Fix #29267