mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 23:28:26 +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.