mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
readme item for new option wording improvement
This commit is contained in:
parent
daa2305151
commit
7cbefe2733
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ return {
|
||||||
dev = {
|
dev = {
|
||||||
-- directory where you store your local plugin projects
|
-- directory where you store your local plugin projects
|
||||||
path = "~/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,
|
extra_paths = nil,
|
||||||
---@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…
Add table
Add a link
Reference in a new issue