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.
Explicitly set to false to disable calling .setup().
Type: boolean
Default:
true
Declared by: