chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-20 09:27:34 +00:00
parent 72d66cdd73
commit 82aea47c35
1 changed files with 3 additions and 4 deletions

View File

@ -233,9 +233,8 @@ Other examples:
}, },
-- you can use the VeryLazy event for things that can -- you can use the VeryLazy event for things that can
-- load later and are not important for rendering the initial UI -- load later and are not important for the initial UI
-- The event is triggered by Lazy, so it does exist :) { "stevearc/dressing.nvim", event = "VeryLazy" },
{ "stevearc/dressing.nvim", event = "User VeryLazy" },
{ {
"cshuaimin/ssr.nvim", "cshuaimin/ssr.nvim",
@ -292,7 +291,7 @@ CONFIGURATION *lazy.nvim-configuration*
}, },
dev = { dev = {
-- directory where you store your local plugin projects -- 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 ---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
patterns = {}, -- For example {"folke"} patterns = {}, -- For example {"folke"}
}, },