mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat!: local plugins now always need to set Plugin.dir
This commit is contained in:
parent
2a7466abad
commit
0625493aad
2 changed files with 36 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue