also added dev.paths option

This commit is contained in:
BirdeeHub 2024-01-05 23:15:39 -08:00
commit d902783d7a
2 changed files with 23 additions and 2 deletions

View file

@ -32,6 +32,7 @@ M.defaults = {
dev = {
-- directory where you store your local plugin projects
path = "~/projects",
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