plugins.auto-save.executionMessage.cleaningInterval

Time (in milliseconds) to wait before automatically cleaning MsgArea after displaying message. See :h MsgArea.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 1250

Declared by:

plugins.auto-save.executionMessage.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.executionMessage.message

The message to print en 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: