mirror of
https://github.com/neovim/neovim.git
synced 2026-06-16 16:51:19 +00:00
docs: misc #39243
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user