mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 02:28:47 +10: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.