plugins.chadtree.view.openDirection

Which way does CHADTree open?

Type: null or one of “left”, “right” or raw lua code

Default: null

Plugin default: "left"

Declared by:

plugins.chadtree.view.sortBy

CHADTree can sort by the following criterion. Reorder them if you want a different sorting order. legal keys: some of ["is_folder" "ext" "file_name"]

Type: null or (list of string)

Default: null

Plugin default:

[
  "is_folder"
  "ext"
  "file_name"
]

Declared by:

plugins.chadtree.view.width

How big is CHADTree when initially opened?

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 40

Declared by:

plugins.chadtree.view.windowOptions

Set of window local options to for CHADTree windows.

Type: null or (attribute set)

Default: null

Plugin default:

''
  {
      cursorline = true;
      number = false;
      relativenumber = false;
      signcolumn = "no";
      winfixwidth = true;
      wrap = false;
  }
''

Declared by: