docs: updated lua stuff

This commit is contained in:
Folke Lemaitre 2022-12-20 10:26:47 +01:00
parent ca430184b3
commit 72d66cdd73
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 3 additions and 4 deletions

View File

@ -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"}
}, },