updated defaults

This commit is contained in:
kdav5758
2021-07-04 21:18:12 -05:00
parent 1d98d41a7b
commit d674c2755b
+1 -1
View File
@@ -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 = {},