added persistence

This commit is contained in:
Aadi Rave 2025-03-25 20:55:14 -04:00
parent 834dcb424b
commit 545bb3793c
2 changed files with 29 additions and 0 deletions

View file

@ -378,4 +378,13 @@ return {
},
},
},
-- persistence
{
'folke/persistence.nvim',
event = 'BufReadPre', -- this will only start session saving when an actual file was opened
opts = {
-- add any custom options here
},
},
}