mirror of
https://github.com/zoriya/lz.n.git
synced 2026-06-02 19:00:41 +00:00
docs(readme): fixed outdated note about priority (#83)
This commit is contained in:
@@ -145,7 +145,7 @@ require("lz.n").load(plugins)
|
||||
| **ft** | `string?` or `string[]` | Lazy-load on filetype. | `ft` |
|
||||
| **keys** | `string?` or `string[]` or `lz.n.KeysSpec[]` | Lazy-load on key mapping. | `keys` |
|
||||
| **colorscheme** | `string?` or `string[]` | Lazy-load on colorscheme. | None. `lazy.nvim` lazy-loads colorschemes automatically[^2]. |
|
||||
| **priority** | `number?` | Only useful for **start** plugins (not lazy-loaded) to force loading certain plugins first. Default priority is `50` (or `1000` if `colorscheme` is set). | `priority` |
|
||||
| **priority** | `number?` | Only useful for **start** plugins (not lazy-loaded) to force loading certain plugins first. Default priority is `50`. | `priority` |
|
||||
| **load** | `fun(string)?` | Can be used to override the `vim.g.lz_n.load()` function for an individual plugin. | None. |
|
||||
<!-- markdownlint-enable MD013 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user