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 = 1;
  no_tex_ftplugin = 1;
  no_vim_ftplugin = 1;
}

Declared by:

plugins.sandwich.settings.no_default_key_mappings

Whether to disable the default mappings.

Type: null or (one of 0, 1) or raw lua code

Default: null

Plugin default: 0

Declared by: