plugins.specs.resizer

This option has no description.

Type: submodule

Default:

{
  builtin = "shrink_resizer";
}

Declared by:

plugins.specs.resizer.builtin

This option has no description.

Type: null or one of “shrink_resizer”, “slide_resizer”, “empty_resizer”

Default: "shrink_resizer"

Declared by:

plugins.specs.resizer.custom

This option has no description.

Type: strings concatenated with “\n”

Default: ""

Example:

''
  function(width, ccol, cnt)
      if width-cnt > 0 then
          return {width+cnt, ccol}
      else return nil end
  end
''

Declared by: