mirror of
https://github.com/folke/persistence.nvim.git
synced 2025-08-20 01:08:15 +02:00
chore(build): auto-generate docs
This commit is contained in:
parent
cd0054e6a4
commit
e1e2bf917f
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue