style: typo. Fixes #625

This commit is contained in:
Folke Lemaitre 2023-03-06 07:39:56 +01:00
parent f9ddb2d41b
commit 47fc27e3f1
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 3 additions and 2 deletions

View File

@ -316,7 +316,7 @@ return {
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,
},
@ -742,6 +742,7 @@ To uninstall **lazy.nvim**, you need to remove the following files and directori
| **LazyCommitIssue** | **_Number_** | |
| **LazyCommitScope** | **_Italic_** | conventional commit scope |
| **LazyCommitType** | **_Title_** | conventional commit type |
| **LazyDimmed** | **_Conceal_** | property |
| **LazyDir** | **_@text.reference_** | directory |
| **LazyH1** | **_IncSearch_** | home button |
| **LazyH2** | **_Bold_** | titles |

View File

@ -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,
},