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.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.persistence.package
The persistence.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.persistence-nvim
Declared by:
plugins.persistence.autoLoad
Whether to automatically load persistence.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by: