mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
fix(health): don't show warning on module=false
This commit is contained in:
parent
b68f94b95a
commit
c228908ffc
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue