chore(build): auto-generate docs
This commit is contained in:
parent
cd0054e6a4
commit
e1e2bf917f
@ -54,7 +54,10 @@ Persistence comes with the following defaults:
|
|||||||
>lua
|
>lua
|
||||||
{
|
{
|
||||||
dir = vim.fn.stdpath("state") .. "/sessions/", -- directory where session files are saved
|
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
|
||||||
}
|
}
|
||||||
<
|
<
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user