plugins.sandwich.settings

The configuration options for sandwich without the sandwich_ prefix.

Example: To set sandwich_foo_bar to 1, write

  settings = {
    foo_bar = true;
  };

Type: attribute set of anything

Default: { }

Example:

{
  no_default_key_mappings = true;
  no_tex_ftplugin = true;
  no_vim_ftplugin = true;
}

Declared by:

plugins.sandwich.settings.no_default_key_mappings

Whether to disable the default mappings.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: