plugins.clipboard-image.settings
Options provided to the require('clipboard-image').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
settings = {
affix = "";
img_dir = "img";
img_dir_txt = "img";
img_handler = {
__raw = "function(img) end";
};
img_name = {
__raw = "function() return os.date('%Y-%m-%d-%H-%M-%S') end";
};
};
}
Declared by: