mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-14 09:59:48 +00:00
debounce write to improve responsiveness
This commit is contained in:
@@ -11,7 +11,8 @@ config.options = {
|
||||
},
|
||||
write_all_buffers = false,
|
||||
on_off_commands = false,
|
||||
clean_command_line_interval = 0
|
||||
clean_command_line_interval = 0,
|
||||
debounce_delay = 140
|
||||
}
|
||||
|
||||
function config.set_options(opts)
|
||||
|
||||
Reference in New Issue
Block a user