From 72d66cdd73ea32cf2039299102babb6cea592688 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 20 Dec 2022 10:26:47 +0100 Subject: [PATCH] docs: updated lua stuff --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8baeb21..0b9e35a 100644 --- a/README.md +++ b/README.md @@ -200,9 +200,8 @@ return { }, -- 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", @@ -262,7 +261,7 @@ return { }, 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"} },