chore(build): auto-generate vimdoc
This commit is contained in:
parent
e9afeaf3a7
commit
878c3b32d9
@ -1,4 +1,4 @@
|
|||||||
*persistence.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 May 22
|
*persistence.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 13
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *persistence.nvim-table-of-contents*
|
Table of Contents *persistence.nvim-table-of-contents*
|
||||||
@ -55,6 +55,7 @@ Persistence comes with the following defaults:
|
|||||||
dir = vim.fn.expand(vim.fn.stdpath("state") .. "/sessions/"), -- directory where session files are saved
|
dir = vim.fn.expand(vim.fn.stdpath("state") .. "/sessions/"), -- directory where session files are saved
|
||||||
options = { "buffers", "curdir", "tabpages", "winsize" }, -- sessionoptions used for saving
|
options = { "buffers", "curdir", "tabpages", "winsize" }, -- sessionoptions used for saving
|
||||||
pre_save = nil, -- a function to call before saving the session
|
pre_save = nil, -- a function to call before saving the session
|
||||||
|
save_empty = false, -- don't save if there are no open file buffers
|
||||||
}
|
}
|
||||||
<
|
<
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user