plugins.auto-session.enable
Whether to enable auto-session.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.auto-session.package
Which package to use for the auto-session plugin.
Type: package
Default:
<derivation vimplugin-auto-session-2024-04-14>
Declared by:
plugins.auto-session.bypassSessionSaveFileTypes
List of file types to bypass auto save when the only buffer open is one of the file types listed.
Type: null or (list of string)
Default:
null
Declared by:
plugins.auto-session.cwdChangeHandling
Config for handling the DirChangePre and DirChanged autocmds.
Set to false
to disable the feature.
Plugin default: false
Type: null or value false (singular enum) or (submodule)
Default:
null
Declared by:
plugins.auto-session.extraOptions
These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.
Type: attribute set of anything
Default:
{ }
Declared by:
plugins.auto-session.logLevel
Sets the log level of the plugin.
Plugin default: "error"
Type: null or one of “debug”, “info”, “warn”, “error” or raw lua code
Default:
null
Declared by: