diff --git a/lua/autosave/config.lua b/lua/autosave/config.lua index 78f6002..2a18283 100644 --- a/lua/autosave/config.lua +++ b/lua/autosave/config.lua @@ -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 = {},