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: