add persistence

This commit is contained in:
2026-06-15 11:46:38 -03:00
parent bef20f5363
commit b13e40e67a
4 changed files with 16 additions and 4 deletions

View File

@@ -62,4 +62,10 @@ return {
})
end
},
{
"folke/persistence.nvim",
event = "BufReadPre",
opts = {
}
},
}