sandwich
URL: https://github.com/machakann/vim-sandwich/
Maintainers: Gaetan Lepage
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 = "";
}
];
plugins.sandwich.enable
Whether to enable vim-sandwich.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.sandwich.package
The vim-sandwich package to use.
Type: package
Default:
pkgs.vimPlugins.vim-sandwich
Declared by: