chore(build): auto-generate docs

This commit is contained in:
folke 2024-07-06 20:00:45 +00:00 committed by github-actions[bot]
parent cd0054e6a4
commit e1e2bf917f

View File

@ -54,7 +54,10 @@ Persistence comes with the following defaults:
>lua
{
dir = vim.fn.stdpath("state") .. "/sessions/", -- directory where session files are saved
save_empty = false, -- don't save if there are no open file buffers
-- 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
}
<