Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

diagnostic.settings

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: