Matt Sturgeon
1df98b6636
modules/diagnostic: rename diagnostic.config
-> diagnostic.settings
...
Follow up to #3226 , in line with the decisions made in #3254 .
2025-04-30 18:31:17 +01:00
Matt Sturgeon
6c73350557
modules/diagnostic: rename diagnostics
-> diagnostic.config
...
Currently we represent `vim.diagnostic.config()` as a top-level
`diagnostics` option. This means we have no clear namespace for
(e.g.) `vim.diagnostic.<action>` keymap functions.
2025-04-26 20:09:23 +01:00
Wyatt Avilla
d86fe3df56
modules/diagnostics: fix virtual_lines
example
...
The setting is named `current_line`, not `only_current_line`.
See https://neovim.io/doc/user/diagnostic.html#vim.diagnostic.Opts.VirtualLines
2025-04-24 16:50:32 -07:00
Gaetan Lepage
4e224d27ae
modules/diagnostics: add test
2024-06-21 16:10:27 +02:00