nvim-lua / lsp-status.nvim

Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
MIT License
621 stars 41 forks source link

Frequent error messages from lsp status for latest nvim. #79

Closed shivanthzen closed 2 years ago

shivanthzen commented 2 years ago

Screenshot 2022-06-16 at 12 11 55 AM

NVIM v0.8.0-dev+391-gc5720c722 Build type: Release LuaJIT 2.1.0-beta3

joleeee commented 2 years ago

This happens for me on NVIM v0.7.2 aswell

As a workaround until #80 gets merged or the issue is otherwise fixed, you can use rust_analyzer version 2022-05-30, if you use lsp-install then simply

:LspInstall rust_analyzer@2022-05-30

Edit: assuming your issue is related to rust_analyzer, like it was for me