mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
See https://github.com/microsoft/language-server-protocol/pull/1978 If the severity is not specified by the server, error should be used. This was already the case because it matches the vim.diagnostic default. This only adds a test case for it.