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.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
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.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.auto-session.sessionLens.themeConf
Theme configuration.
Plugin default: {winblend = 10; border = true;}
Type: null or (attribute set)
Default:
null
Declared by: