mirror of
https://github.com/neovim/neovim.git
synced 2026-01-13 00:25:23 +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.