Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagnostic only displays errors for the first file opened #97

Open
TrueIG opened this issue Aug 2, 2024 · 0 comments
Open

Diagnostic only displays errors for the first file opened #97

TrueIG opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TrueIG
Copy link

TrueIG commented Aug 2, 2024

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
image
image

Environment (please complete the following information):

  • nvim version
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1720049189
  • sidebar setup
return {
 "sidebar-nvim/sidebar.nvim",
 lazy = false,
 config = function()
   require("sidebar-nvim").setup {
     initial_width = 30,
   }
 end,
}
@TrueIG TrueIG added the bug Something isn't working label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant