plugins.auto-save.executionMessage.cleaningInterval
Time (in milliseconds) to wait before automatically cleaning MsgArea after displaying
message
.
See :h MsgArea
.
Plugin default: 1250
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.auto-save.executionMessage.dim
Dim the color of message
.
Plugin default: 0.18
Type: null or integer or floating point number between 0 and 1 (both inclusive)
Default:
null
Declared by:
plugins.auto-save.executionMessage.message
The message to print en save. This can be a lua function that returns a string.
Plugin default:
{
__raw = \'\'
function()
return ("AutoSave: saved at " .. vim.fn.strftime("%H:%M:%S"))
end
\'\';
}
Type: null or string or raw lua code
Default:
null
Declared by: