mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
72d66cdd73
commit
82aea47c35
|
@ -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"}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue