docs: update docs and readme

main
olimorris 2023-03-09 09:41:30 +00:00
parent 0a6be5db0e
commit d72e5eac4d
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ require("persisted").setup({
})
```
### What's saved in the session?
### What is saved in the session?
As the plugin uses Vim's `:mksession` command then you may change the `vim.o.sessionoptions` value to determine what to write into the session. Please see `:h sessionoptions` for more information.

View File

@ -1,4 +1,4 @@
*persisted.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 February 28
*persisted.nvim.txt* Simple session management for Neovim
==============================================================================
Table of Contents *persisted.nvim-table-of-contents*
@ -158,7 +158,7 @@ The plugin comes with the following defaults:
<
WHATS SAVED IN THE SESSION? ~
WHAT IS SAVED IN THE SESSION? ~
As the plugin uses Vims `:mksession` command then you may change the
`vim.o.sessionoptions` value to determine what to write into the session.