From 82aea47c35d4983c402ce7128007e3e46197c745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Dec 2022 09:27:34 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 62b7b26..3b68fef 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -233,9 +233,8 @@ Other examples: }, -- you can use the VeryLazy event for things that can - -- load later and are not important for rendering the initial UI - -- The event is triggered by Lazy, so it does exist :) - { "stevearc/dressing.nvim", event = "User VeryLazy" }, + -- load later and are not important for the initial UI + { "stevearc/dressing.nvim", event = "VeryLazy" }, { "cshuaimin/ssr.nvim", @@ -292,7 +291,7 @@ CONFIGURATION *lazy.nvim-configuration* }, dev = { -- directory where you store your local plugin projects - path = vim.fn.expand("~/projects"), + path = "~/projects", ---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub patterns = {}, -- For example {"folke"} },