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

[Bug]: Setting diagnostics and diagnostics_update_in_insert will throw a runtime error #965

Open
1 task done
MaG21 opened this issue Sep 17, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@MaG21
Copy link

MaG21 commented Sep 17, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

image

What did you expect to happen?

without runtime error

Config

options = {
 -- ...
 diagnostics = "nvim_lsp",
 diagnostics_update_in_insert = true,
 }

Additional Information

The problem can be seen in the following link, maybe one of the two function calls are not longer supported in newer versions of neovim ?

Anyways it was easy to prevent the error by looking at the code but you may one to fix this ?

https://github.com/akinsho/bufferline.nvim/blob/main/lua/bufferline/config.lua#L65

commit

No response

@MaG21 MaG21 added the bug Something isn't working label Sep 17, 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