mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
style: typo. Fixes #625
This commit is contained in:
parent
f9ddb2d41b
commit
47fc27e3f1
2 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ M.defaults = {
|
|||
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
|
||||
-- then set the below to false. This should work, but is NOT supported and will
|
||||
-- increase downloads a lot.
|
||||
filter = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue