mirror of
https://github.com/zoriya/lz.n.git
synced 2026-06-07 04:15:21 +00:00
docs: add more specific info on [1]
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user