diagnostic.config

The configuration diagnostic options, provided to vim.diagnostic.config.

Type: attribute set of anything

Default: { }

Example:

{
  virtual_lines = {
    current_line = true;
  };
  virtual_text = false;
}

Declared by: