Skip to content

Commit

Permalink
feat!: Changed autosave message in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed May 16, 2024
1 parent 9d00105 commit 26cdf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ vim.api.nvim_create_autocmd('User', {
callback = function(opts)
if opts.data.saved_buffer ~= nil then
local filename = vim.api.nvim_buf_get_name(opts.data.saved_buffer)
print('File ' .. filename .. ' got saved successfully!')
print('AutoSave: saved ' .. filename .. ' at ' .. vim.fn.strftime('%H:%M:%S'))
end
end,
})
Expand Down

0 comments on commit 26cdf23

Please sign in to comment.