docs: add more specific info on [1]

This commit is contained in:
Marc Jakobi
2024-06-21 09:45:50 +02:00
committed by GitHub
parent 4bc51dea03
commit 3383b43996
+1 -1
View File
@@ -121,7 +121,7 @@ require("lz.n").load(plugins)
<!-- markdownlint-disable MD013 -->
| Property | Type | Description | `lazy.nvim` eqivalent |
|------------------|------|-------------|-----------------------|
| **[1]** | `string` | The plugin's name (not the module name). | `name`[^1] |
| **[1]** | `string` | The plugin's name (not the module name). This is what is passed to the `load(name)` function. | `name`[^1] |
| **enabled** | `boolean?` or `fun():boolean` | When `false`, or if the `function` returns false, then this plugin will not be included in the spec. | `enabled` |
| **beforeAll** | `fun(lz.n.Plugin)?` | Always executed before any plugins are loaded. | `init` |
| **before** | `fun(lz.n.Plugin)?` | Executed before a plugin is loaded. | None |