From c157b89b5c6e057c17a562ebcf02f0577405ad57 Mon Sep 17 00:00:00 2001 From: olimorris Date: Wed, 13 Mar 2024 19:03:29 +0000 Subject: [PATCH] docs: update README.md --- README.md | 3 ++- doc/persisted.nvim.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d88e7c..6e05d16 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,13 @@ Install the plugin with your preferred package manager: -- Lua { "olimorris/persisted.nvim", + lazy = false, -- make sure the plugin is always loaded at startup config = true } ``` > [!NOTE] -> The `lazy = true` option may be useful if you use a dashboard +> Setting `lazy = true` option may be useful if you use a dashboard **[Packer](https://github.com/wbthomason/packer.nvim)** diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index dcd712a..1926eeb 100644 --- a/doc/persisted.nvim.txt +++ b/doc/persisted.nvim.txt @@ -37,12 +37,13 @@ Install the plugin with your preferred package manager: -- Lua { "olimorris/persisted.nvim", + lazy = false, -- make sure the plugin is always loaded at startup config = true } < - [!NOTE] The `lazy = true` option may be useful if you use a dashboard + [!NOTE] Setting `lazy = true` option may be useful if you use a dashboard **Packer** >lua