This commit is contained in:
Justin M. Keyes
2026-04-20 07:46:26 -04:00
committed by GitHub
parent eaa8cff0bd
commit 5ad64af44f
10 changed files with 65 additions and 15 deletions

View File

@@ -73,7 +73,8 @@ end
--- - `function`: Function with signature (namespace, bufnr) that returns any of the above.
--- @class vim.diagnostic.Opts
---
--- Use underline for diagnostics.
--- Used to call attention to a diagnostic ("underline" is a misnomer).
--- Controls the |hl-DiagnosticUnnecessary| and |hl-DiagnosticDeprecated| highlights.
--- (default: `true`)
--- @field underline? boolean|vim.diagnostic.Opts.Underline|fun(namespace: integer, bufnr:integer): vim.diagnostic.Opts.Underline
---