mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
feat(option): fallback to git when local plugin doesn't exist
This commit is contained in:
parent
e5845d0d60
commit
dc55f6d2bf
3 changed files with 6 additions and 1 deletions
|
@ -320,6 +320,7 @@ return {
|
|||
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