Files
neovim/runtime/lua
Lewis Russell 451bc50d40 feat(lsp): deprecate severity_limit
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.
2024-02-08 16:58:49 +00:00
..
2024-01-28 23:56:03 +01:00
2024-02-08 16:58:49 +00:00
2023-09-10 11:43:37 +02:00
2024-01-02 22:00:06 +01:00