undotree

URL: https://github.com/mbbill/undotree/

Maintainers: Gaetan Lepage

plugins.undotree.enable

Whether to enable undotree.

Type: boolean

Default: false

Example: true

Declared by:

plugins.undotree.package

Which package to use for the undotree plugin.

Type: package

Default: <derivation vimplugin-undotree-2024-04-16>

Declared by:

plugins.undotree.settings

The configuration options for undotree without the undotree_ prefix.

Example: To set undotree_foo_bar to 1, write

  settings = {
    foo_bar = true;
  };

Type: attribute set of anything

Default: { }

Example:

{
  CursorLine = true;
  DiffAutoOpen = true;
  DiffCommand = "diff";
  DiffpanelHeight = 10;
  HelpLine = true;
  HighlightChangedText = true;
  HighlightChangedWithSign = true;
  HighlightSyntaxAdd = "DiffAdd";
  HighlightSyntaxChange = "DiffChange";
  HighlightSyntaxDel = "DiffDelete";
  RelativeTimestamp = true;
  SetFocusWhenToggle = true;
  ShortIndicators = false;
  SplitWidth = 40;
  TreeNodeShape = "*";
  TreeReturnShape = "\\";
  TreeSplitShape = "/";
  TreeVertShape = "|";
  WindowLayout = 4;
}

Declared by: