mirror of
https://github.com/neovim/neovim.git
synced 2025-11-19 08:41:31 +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.