fix(health): don't show warning on module=false

This commit is contained in:
Folke Lemaitre 2022-12-21 16:07:49 +01:00
commit c228908ffc
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 1 deletions

View file

@ -100,6 +100,7 @@ require("lazy").setup({
| **cmd** | `string?` or `string[]` | Lazy-load on command |
| **ft** | `string?` or `string[]` | Lazy-load on filetype |
| **keys** | `string?` or `string[]` | Lazy-load on key mapping |
| **module** | `false?` | Do not automatically load this lua module when it's required somewhere |
### Lazy Loading