feat(config): added option to disable git filter. NOT recommended. Fixes #442

This commit is contained in:
Folke Lemaitre 2023-01-23 19:18:15 +01:00
parent c32a6185ac
commit 26a67e3c48
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 12 additions and 2 deletions

View file

@ -21,6 +21,10 @@ M.defaults = {
log = { "--since=3 days ago" }, -- show commits from the last 3 days
timeout = 120, -- kill processes that take more than 2 minutes
url_format = "https://github.com/%s.git",
-- lazy.nvim requires git >=2.19.0. If you really want to use lazy with an older version,
-- then set the below to false. This is should work, but is NOT supported and will
-- increase downloads a lot.
filter = true,
},
dev = {
-- directory where you store your local plugin projects