mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
451bc50d40
Problem: `vim.lsp.diagnostic.on_diagnostic` accepts an undocumented severity_limit option which is widely used. Solution: Deprecate it in favour of `{min = severity}` used in `vim.diagnostic`. Since this is undocumented, the schedule for removal is accelerated to 0.11. |
||
---|---|---|
.. | ||
codelens_spec.lua | ||
completion_spec.lua | ||
diagnostic_spec.lua | ||
handler_spec.lua | ||
helpers.lua | ||
incremental_sync_spec.lua | ||
inlay_hint_spec.lua | ||
semantic_tokens_spec.lua | ||
snippet_spec.lua | ||
utils_spec.lua |