This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
.nvim/lua/plugins/auto-save.lua

7 lines
111 B
Lua
Raw Normal View History

2023-11-29 10:48:49 -03:00
return { {
2024-01-09 19:28:35 -03:00
'okuuva/auto-save.nvim',
2023-11-29 10:48:49 -03:00
lazy = false,
2024-01-09 19:28:35 -03:00
event = { 'InsertLeave', 'TextChanged' },
opts = {},
2023-11-29 10:48:49 -03:00
} }