mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 14:10:50 +00:00
Problem: When an lsp client is stopped, the client will only clear the diagnostics for the attached buffers but not the unattached buffers. Solution: Reset the diagnostics for the whole namespace rather than for only the attached buffers.