lsp-status.nvim icon indicating copy to clipboard operation
lsp-status.nvim copied to clipboard

Fix exception when report message does not have begin

Open kdarkhan opened this issue 3 years ago • 0 comments

I am not entirely sure about the root cause. I am using this plugin from lualine in order to get diagnostic counts.

I do use sumneko lua-language-server, and whenever I run PackerCompile, I believe lua LSP server is restarted, and messages are lost or something like that. I did not spend too much time investigating about the root cause. I just noted that adding this check similar to how it was done in https://github.com/nvim-lua/lsp-status.nvim/issues/6 resolves the issue.

kdarkhan avatar Dec 28 '21 01:12 kdarkhan