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
Gustavo "Guz" L. de Mello 9a8fa8916c fix: auto-save and format problem
2024-01-09 19:28:35 -03:00

7 lines
111 B
Lua

return { {
'okuuva/auto-save.nvim',
lazy = false,
event = { 'InsertLeave', 'TextChanged' },
opts = {},
} }