mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
also added dev.paths option, and added it to the readme documentation
This commit is contained in:
parent
d902783d7a
commit
213ec71150
2 changed files with 3 additions and 0 deletions
|
@ -322,6 +322,8 @@ return {
|
|||
dev = {
|
||||
-- directory where you store your local plugin projects
|
||||
path = "~/projects",
|
||||
-- you may also include a list of 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"}
|
||||
fallback = false, -- Fallback to git when local plugin doesn't exist
|
||||
|
|
|
@ -32,6 +32,7 @@ M.defaults = {
|
|||
dev = {
|
||||
-- directory where you store your local plugin projects
|
||||
path = "~/projects",
|
||||
-- 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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue