From 296a7d60e7a992cb0770b191412ee2b15831bc1a Mon Sep 17 00:00:00 2001 From: olimorris Date: Sat, 25 Feb 2023 10:39:17 +0000 Subject: [PATCH] docs: update readme for use with dashboards --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 663d007..f5ebef2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Install the plugin with your preferred package manager: -- Lua use({ "olimorris/persisted.nvim" - -- lazy = true, -- For lazy loading config = true }) ``` @@ -50,7 +49,6 @@ use({ -- Lua use({ "olimorris/persisted.nvim", - --module = "persisted", -- For lazy loading config = function() require("persisted").setup() end, @@ -72,6 +70,8 @@ lua << EOF EOF ``` +If you wish to use session _autoloading_ alongside a dashboard plugin, it is recommended that you give this plugin a greater loading priority. With `Packer` the `after` config option can be used and in `Lazy.nvim`, the `priority` property. + ### Telescope extension Ensure that the telescope extension is loaded with: