1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-08 18:35:23 +00:00

8 lines
102 B
Lua
Raw Normal View History

2023-04-12 20:09:30 +02:00
require("auto-save").setup({
2022-10-01 13:46:18 +02:00
execution_message = {
message = function()
return ""
end,
},
})