Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

persisted

URL: https://github.com/olimorris/persisted.nvim/

Maintainers: Gaetan Lepage


Simple session management for Neovim with git branching, autoloading and Telescope support.

plugins.persisted.enable

Whether to enable persisted.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.persisted.enableTelescope

Whether to enable persisted-nvim telescope integration.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.persisted.package

The persisted package to use.

Type: package

Default:

pkgs.vimPlugins.persisted-nvim

Declared by:

plugins.persisted.autoLoad

Whether to automatically load persisted when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.persisted.callSetup

Whether to generate the standard require('persisted').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: