persistence
URL: https://github.com/folke/persistence.nvim/
Maintainers: Johan Larsson
A simple lua plugin for automated session management.
plugins.persistence.enable
Whether to enable persistence.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.persistence.package
The persistence package to use.
Type: package
Default:
pkgs.vimPlugins.persistence-nvim
Declared by:
plugins.persistence.autoLoad
Whether to automatically load persistence when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.persistence.callSetup
Whether to generate the standard require('persistence').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: