mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Before this commit, the LSP client would throw errors when messages without severity would be sent by the server. We make severity default to `Error` as a kludge before proper heuristics to discover the severity of a message are found.