mirror of
https://github.com/folke/persistence.nvim.git
synced 2025-07-16 04:14:42 +02:00
feat: sessions per branch. Closes #9
This commit is contained in:
parent
9c0e5227fa
commit
cd0054e6a4
3 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue