plugins.edgy.settings.top

List of the top edgebar configurations.

Type: null or (list of (string or (submodule) or raw lua code))

Default: null

Plugin default: [ ]

Declared by:

plugins.edgy.settings.top.*.filter

Optional function to filter buffers and windows.

fun(buf:buffer, win:window)

Type: null or lua code string

Default: null

plugins.edgy.settings.top.*.ft

File type of the view.

Type: null or string or raw lua code

Default: null

plugins.edgy.settings.top.*.open

Function or command to open a pinned view.

Type: null or string or raw lua code

Default: null

plugins.edgy.settings.top.*.pinned

If true, the view will always be shown in the edgebar even when it has no windows.

Type: null or boolean

Default: null

plugins.edgy.settings.top.*.size

Size of the short edge of the edgebar. For edgebars, this is the minimum width. For panels, minimum height.

Type: null or (unsigned integer, meaning >=0)

Default: null

plugins.edgy.settings.top.*.title

Optional title of the view. Defaults to the capitalized filetype.

Type: null or string or raw lua code

Default: null

plugins.edgy.settings.top.*.wo

View-specific window options.

Type: null or (attribute set of anything)

Default: null