sandwich

The settings option will not let you define the options starting with sandwich#. For those, you can directly use the globals option:

  globals."sandwich#magicchar#f#patterns" = [
    {
      header.__raw = "[[\<\%(\h\k*\.\)*\h\k*]]";
      bra = "(";
      ket = ")";
      footer = "";
    }
  ];

Url: https://github.com/machakann/vim-sandwich/

Maintainers: Gaetan Lepage

plugins.sandwich.enable

Whether to enable vim-sandwich.

Type: boolean

Default: false

Example: true

Declared by:

plugins.sandwich.package

Which package to use for the sandwich plugin.

Type: package

Default: <derivation vimplugin-vim-sandwich-2024-03-20>

Declared by: