From 4d761446a43977aeab0a0744da3843ddfd6a357c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Feb 2023 10:40:34 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/persisted.nvim.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index 8d5b15f..d0fba3e 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 23 +*persisted.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 February 25 ============================================================================== Table of Contents *persisted.nvim-table-of-contents* @@ -41,7 +41,6 @@ Install the plugin with your preferred package manager: -- Lua use({ "olimorris/persisted.nvim" - -- lazy = true, -- For lazy loading config = true }) < @@ -52,7 +51,6 @@ Install the plugin with your preferred package manager: -- Lua use({ "olimorris/persisted.nvim", - --module = "persisted", -- For lazy loading config = function() require("persisted").setup() end, @@ -74,6 +72,11 @@ Install the plugin with your preferred package manager: 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 ~