mirror of https://github.com/folke/lazy.nvim.git
docs: updated lua stuff
This commit is contained in:
parent
ca430184b3
commit
72d66cdd73
|
@ -200,9 +200,8 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- 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",
|
||||||
|
@ -262,7 +261,7 @@ return {
|
||||||
},
|
},
|
||||||
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