plugins.auto-session.enable

Whether to enable auto-session.

Type: boolean

Default: false

Example: true

Declared by:

plugins.auto-session.package

The auto-session package to use.

Type: package

Default: pkgs.vimPlugins.auto-session

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.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.

Type: null or one of “debug”, “info”, “warn”, “error” or raw lua code

Default: null

Plugin default: "error"

Declared by: