feat: sessions per branch. Closes #9

This commit is contained in:
Folke Lemaitre 2024-07-06 22:00:20 +02:00
parent 9c0e5227fa
commit cd0054e6a4
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 17 additions and 1 deletions

View file

@ -6,6 +6,7 @@ local defaults = {
-- minimum number of file buffers that need to be open to save
-- Set to 0 to always save
need = 1,
branch = true, -- use git branch to save session
}
---@type Persistence.Config