mirror of
https://github.com/neovim/neovim.git
synced 2026-09-21 13:08:22 +00:00
Problem: Augroup to close lsp preview hover window is not cleared after the window is closed because of unmatched group name. Solution: Delete the augroup before closing the preview window with correct group name.