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