feat!: local plugins now always need to set Plugin.dir

This commit is contained in:
Folke Lemaitre 2022-12-13 10:09:33 +01:00
parent 2a7466abad
commit 0625493aad
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 36 additions and 32 deletions

View file

@ -17,6 +17,7 @@ M.defaults = {
-- log = { "-10" }, -- last 10 commits
log = { "--since=1 days ago" }, -- commits from the last 3 days
timeout = 120, -- processes taking over 2 minutes will be killed
url_format = "https://github.com/%s.git",
},
-- Any plugin spec that contains one of the patterns will use your
-- local repo in the projects folder instead of fetchig it from github