We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi 👋
Every time i open the first buffer after the alpha screen it shows without color highlighting and then all other buffers are OK.
Any idea why/where to look?
The text was updated successfully, but these errors were encountered:
Getting the same thing here.
Sorry, something went wrong.
Same here, I see the following message in .local/state/nvim/lsp.log when this happens:
.local/state/nvim/lsp.log
[START][2023-05-16 15:13:30] LSP logging initiated [WARN][2023-05-16 15:13:30] .../lua/vim/lsp.lua:1637 "buf_attach_client called on unloaded buffer (id: 1): "
Looks like a race in the attach buffer code. For me it only happens if I start neovim directly with a file as argument.
I'm using v0.10.0-dev-340+g33687f5e8.
v0.10.0-dev-340+g33687f5e8
No branches or pull requests
Hi 👋
Every time i open the first buffer after the alpha screen it shows without color highlighting and then all other buffers are OK.
Any idea why/where to look?
The text was updated successfully, but these errors were encountered: