docs: fix description

This commit is contained in:
Frank Ebel 2023-03-05 18:16:43 +01:00
commit 9c5e7b9226
No known key found for this signature in database
GPG key ID: A8707E99EF105D95

View file

@ -316,7 +316,7 @@ return {
timeout = 120, -- kill processes that take more than 2 minutes timeout = 120, -- kill processes that take more than 2 minutes
url_format = "https://github.com/%s.git", 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, -- 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 -- then set the below to false. This should work, but is NOT supported and will
-- increase downloads a lot. -- increase downloads a lot.
filter = true, filter = true,
}, },