Files
neovim/runtime/lua/vim/lsp
glepnir a14fca432b fix(lsp): improve LSP floating preview window cleanup #31353
Problem: The current implementation creates a unique autocommand group for each floating preview window, which is inefficient and can lead to numerous autocommand groups.

Solution: Use a single shared autocommand group with improved window validation to properly clean up LSP floating preview windows.
2025-03-11 05:10:09 -07:00
..
2025-02-17 17:52:55 -08:00
2025-03-02 14:27:52 -08:00