-
Notifications
You must be signed in to change notification settings - Fork 109
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
Error when save and quit buffer or tab #155
Comments
This should not happen. I can suppress the error, but that would just mask the problem. Can you add some of the last logs? |
Cant reproduce. Please create a minimal.lua https://github.com/folke/noice.nvim/wiki/Minimal-%60init.lua%60-to-Reproduce-an-Issue That last error should never happen. Unrelated to Noice. Some lsp server or plugin is submitting progress info without a client_id? |
Maybe it's null-ls but maybe I'm not sure |
Interestingly enough I (sometimes) get the same behaviour (of the first screenshot: "invalid window id") when moving buffers around from floating windows. Let me explain: with modern fuzzy finders (I use |
Echo to @gennaro-tedesco message. Same issue here, but unable to reproduce. 😢 It happens usually when I start to split windows and open new tabs. |
Is exactly my workflow |
Yesterday, I fixed an issue that seems related to this in a8402e8 The issue I fixed is when a Noice window is closed right after it opened. (which should not happen. I suspect other plugins accidenatlly closing the wrong window) Please let me know if this issue still happens |
@CRAG666 what is your Noice config? |
I would really need to have a way to reproduce this. I've never even once seen such an error. |
I could try my configuration |
Your plugin is incredible.After some updates every time I close a buffer this error occurs, on other occasions noice does not work
The text was updated successfully, but these errors were encountered: