**Describe the bug** The diagnostics tab only shows errors from the first open buffer **To Reproduce** Steps to reproduce the behavior: 1. Open file 2. Open second file 3. Writes an intentional error in the second file 4. Does not display anything in the diagnostics **Screenshots**   **Environment (please complete the following information):** - nvim version ``` NVIM v0.10.1 Build type: Release LuaJIT 2.1.1720049189 ``` - sidebar setup ```lua return { "sidebar-nvim/sidebar.nvim", lazy = false, config = function() require("sidebar-nvim").setup { initial_width = 30, } end, } ```
Describe the bug
The diagnostics tab only shows errors from the first open buffer
To Reproduce
Steps to reproduce the behavior:
Screenshots


Environment (please complete the following information):