Add auto-save + start screen

This commit is contained in:
Jack Walton Jarosz 2024-10-29 13:24:46 -04:00
parent 1023086716
commit ea6c581064
3 changed files with 46 additions and 25 deletions

View file

@ -0,0 +1,7 @@
return {
'okuuva/auto-save.nvim',
version = '^1.0.0', -- see https://devhints.io/semver, alternatively use '*' to use the latest tagged release
cmd = 'ASToggle', -- optional for lazy loading on command
event = { 'InsertLeave', 'TextChanged' }, -- optional for lazy loading on trigger events
opts = {},
}