plugins.wezterm.settings

Options provided to the require('wezterm').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  create_commands = false;
}

Declared by:

plugins.wezterm.settings.create_commands

Whether to create plugin commands.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: