1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-16 10:42:39 +00:00
dotfiles/.config/nvim/lua/plugins/autosave.lua

8 lines
102 B
Lua
Raw Normal View History

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