From 7cbefe27338651b786d055f0b4dd33e61cef1a6e Mon Sep 17 00:00:00 2001 From: BirdeeHub Date: Fri, 5 Jan 2024 23:35:11 -0800 Subject: [PATCH] readme item for new option wording improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb80912..b4a470e 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ return { dev = { -- directory where you store your local plugin projects path = "~/projects", - -- you may also include a list of paths to also check. + -- you may include a list of local paths to also check. extra_paths = nil, ---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub patterns = {}, -- For example {"folke"}