plugins.snacks.settings
Options provided to the require('snacks').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
bigfile = {
enabled = true;
};
notifier = {
enabled = true;
timeout = 3000;
};
quickfile = {
enabled = false;
};
statuscolumn = {
enabled = false;
};
words = {
debounce = 100;
enabled = true;
};
}
Declared by: