mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
docs: fix description
This commit is contained in:
parent
f9ddb2d41b
commit
9c5e7b9226
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue