feat: [#15] Implement config option for noautocmd (#31)

This commit is contained in:
Toni Müller
2023-07-21 08:32:24 +02:00
committed by GitHub
parent 2af4f275d7
commit c7427f4d78
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -112,6 +112,7 @@ EOF
-- if set to `nil` then no specific condition is applied
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,