Files
neovim/runtime/lua/vim
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
..
2023-09-20 13:42:41 +01:00
2024-02-08 16:58:49 +00:00
2024-01-23 11:45:17 +00:00
2023-12-30 17:40:53 +01:00
2024-01-16 09:33:10 +00:00
2023-09-14 08:23:01 -05:00
2023-09-20 13:42:41 +01:00
2024-01-19 11:54:04 +00:00
2024-01-03 19:17:52 +00:00
2023-12-30 17:40:53 +01:00
2024-02-08 11:11:46 +00:00
2023-09-23 23:46:45 +01:00
2023-12-30 17:40:53 +01:00
2024-02-06 19:30:02 +08:00