From 27fdb9b468e8c757dd02444738ae9bc2f3ec655e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Feb 2023 11:02:38 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index ce6590e..d54890f 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -1,4 +1,4 @@ -*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 February 12 +*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 February 13 ============================================================================== Table of Contents *lazy.nvim-table-of-contents* @@ -392,7 +392,7 @@ CONFIGURATION *lazy.nvim-configuration* init = " ", import = " ", keys = " ", - lazy = " ", + lazy = "󰒲 ", loaded = "", not_loaded = "", plugin = " ", @@ -454,14 +454,6 @@ CONFIGURATION *lazy.nvim-configuration* performance = { cache = { enabled = true, - path = vim.fn.stdpath("cache") .. "/lazy/cache", - -- Once one of the following events triggers, caching will be disabled. - -- To cache all modules, set this to `{}`, but that is not recommended. - -- The default is to disable on: - -- VimEnter: not useful to cache anything else beyond startup - -- BufReadPre: this will be triggered early when opening a file from the command line directly - disable_events = { "UIEnter", "BufReadPre" }, - ttl = 3600 24 5, -- keep unused modules for up to 5 days }, reset_packpath = true, -- reset the package path to improve startup time rtp = {