plugins.sandwich.settings

The configuration options for sandwich without the sandwich_ prefix.

For example, the following settings are equivialent to these :setglobal commands:

  • foo_bar = 1 -> :setglobal sandwich_foo_bar=1
  • hello = "world" -> :setglobal sandwich_hello="world"
  • some_toggle = true -> :setglobal sandwich_some_toggle
  • other_toggle = false -> :setglobal nosandwich_other_toggle

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.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by: