mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-12 17:09:02 +00:00
@@ -23,6 +23,7 @@ Config = {
|
||||
--- @type nil|fun(buf: number): boolean
|
||||
condition = nil,
|
||||
write_all_buffers = false, -- write all buffers when the current one meets `condition`
|
||||
noautocmd = false, -- do not execute autocmds when saving
|
||||
debounce_delay = 1000, -- delay after which a pending save is executed
|
||||
-- log debug messages to 'auto-save.log' file in neovim cache directory, set to `true` to enable
|
||||
debug = false, -- print debug messages, set to `true` to enable
|
||||
|
||||
Reference in New Issue
Block a user