mirror of
https://github.com/neovim/neovim.git
synced 2026-04-16 12:32:51 +00:00
Problem: The window opened by `vim.lsp.util.open_floating_preview()` allows its buffer to be switched. Presumably that only happens by accident and is disorienting. Solution: Set 'winfixbuf' in the open_floating_preview() window.