mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat(dev): optionally fallback to git when local plugin doesn't exist (#446)
* feat: fallback to git when local plugin isn't found * feat(option): fallback to git when local plugin doesn't exist
This commit is contained in:
parent
809d67fcf0
commit
772d8888cc
3 changed files with 6 additions and 1 deletions
|
@ -31,6 +31,7 @@ M.defaults = {
|
|||
path = "~/projects",
|
||||
---@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
|
||||
},
|
||||
install = {
|
||||
-- install missing plugins on startup. This doesn't increase startup time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue