plugins.auto-session.settings.session_lens.load_on_setup
If load_on_setup
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.settings.session_lens.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.settings.session_lens.theme_conf
Theme configuration.
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default:
{
border = true;
winblend = 10;
}
Declared by: