docs: update docs and readme
parent
0a6be5db0e
commit
d72e5eac4d
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
|||
<
|
||||
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue