Files
neovim/runtime/lua/vim/lsp
Raizento d2fff0590a fix(lsp): set 'winfixbuf' in open_floating_preview() window #39058
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.
2026-04-15 17:14:35 -04:00
..
2026-04-14 06:09:54 -04:00
2026-04-10 11:08:26 -05:00