From d72e5eac4dc4002d0b56626ee708b4e342c33e81 Mon Sep 17 00:00:00 2001 From: olimorris Date: Thu, 9 Mar 2023 09:41:30 +0000 Subject: [PATCH] docs: update docs and readme --- README.md | 2 +- doc/persisted.nvim.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6d4266..013e6a3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index 15e2b4c..1cb0162 100644 --- a/doc/persisted.nvim.txt +++ b/doc/persisted.nvim.txt @@ -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.