mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-05-27 08:33:10 +00:00
updated defaults
This commit is contained in:
@@ -3,7 +3,7 @@ local config = {}
|
||||
config.options = {
|
||||
enabled = true,
|
||||
execution_message = "AutoSave: saved at " .. vim.fn.strftime("%H:%M:%S"),
|
||||
events = {"InsertLeave", "TextChanged"},
|
||||
events = {"InsertLeave"},
|
||||
conditions = {
|
||||
exists = true,
|
||||
filetype_is_not = {},
|
||||
|
||||
Reference in New Issue
Block a user