plugins.startup.options.after
A function that gets executed at the end.
Plugin default: nil
Type: null or lua function string
Default:
null
Declared by:
plugins.startup.options.cursorColumn
- if < 1, fraction of screen width
- if > 1 numbers of column
Plugin default: 0.5
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive) or (positive integer, meaning >0)
Default:
null
Declared by:
plugins.startup.options.disableStatuslines
Disable status-, buffer- and tablines.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.startup.options.emptyLinesBetweenMappings
Add an empty line between mapping/commands.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.startup.options.mappingKeys
Display mapping (e.g. <leader>ff
).
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.startup.options.paddings
Amount of empty lines before each section (must be equal to amount of sections).
Plugin default: []
Type: null or (list of (unsigned integer, meaning >=0))
Default:
null
Declared by: