mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-16 02:44:35 +00:00
added 'clean_command_line_interval' option
This commit is contained in:
@@ -7,7 +7,8 @@ config.options = {
|
||||
write_all_buffers = false,
|
||||
on_off_commands = false,
|
||||
save_only_if_exists = true,
|
||||
excluded_filetypes = {}
|
||||
excluded_filetypes = {},
|
||||
clean_command_line_interval = 0
|
||||
}
|
||||
|
||||
function config.set_options(opts)
|
||||
|
||||
Reference in New Issue
Block a user