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

auto-save

URL: https://github.com/okuuva/auto-save.nvim/

Maintainers: Nikita Shirokov


Automatically save your changes in NeoVim.

plugins.auto-save.enable

Whether to enable auto-save.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.auto-save.package

The auto-save package to use.

Type: package

Default:

pkgs.vimPlugins.auto-save-nvim

Declared by:

plugins.auto-save.autoLoad

Whether to automatically load auto-save when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.auto-save.callSetup

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