feat(option): fallback to git when local plugin doesn't exist

This commit is contained in:
nullchilly 2023-01-25 00:23:34 +07:00
commit dc55f6d2bf
3 changed files with 6 additions and 1 deletions

View file

@ -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.