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