plugins.auto-session.sessionLens.loadOnSetup

If loadOnSetup is set to false, one needs to eventually call require("auto-session").setup_session_lens() if they want to use session-lens.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.auto-session.sessionLens.previewer

Use default previewer config by setting the value to null if some sets previewer to true in the custom config. Passing in the boolean value errors out in the telescope code with the picker trying to index a boolean instead of a table. This fixes it but also allows for someone to pass in a table with the actual preview configs if they want to.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.auto-session.sessionLens.themeConf

Theme configuration.

Type: null or (attribute set of (anything or raw lua code))

Default: null

Plugin default:

{
  border = true;
  winblend = 10;
}

Declared by: