-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
fix(feline): disable lsp status on nightly #510
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for overlooking this as well, I was only testing on stable.
Please don't ever use version check unless absolutely necessary, users who don't update nightly will have issues Should be Lsp = vim.lsp.status and vim.lsp.status()[1] or vim.lsp.util.get_progress_messages()[1] |
Also I just tested and It should be |
I couldn't test myself, so I looked for similar fixes from other repositories. I saw suggestions and assumed that others had already checked it. I'm sorry. |
Seems like it still doesn't work since the new |
The new output returns I think we should just disable this component on nightly instead of fighting to workaround. |
Hotfix for #509