plugins.csvview.settings.view.display_mode

The display method of the delimiter.

  • "highlight" highlights the delimiter
  • "border" displays the delimiter with

see Features section of the README.

Type: null or one of “highlight”, “border” or raw lua code

Default: null

Plugin default: "highlight"

Declared by:

plugins.csvview.settings.view.min_column_width

Minimum width of a column.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 5

Declared by:

plugins.csvview.settings.view.spacing

Spacing between columns.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 2

Declared by: