Skip to content

Commit

Permalink
docs(readme): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Jun 10, 2024
1 parent d9d4cd0 commit d8f0aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ require("lz.n").load(plugins)
| **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` |
<!-- markdownlint-enable MD013 -->

[^1]: In contrast to `lazy.nvim`'s `name` field, `lz.n`'s `name` *is not optional*.
This is because `lz.n` does is not a plugin manager and needs to be told which
[^1]: In contrast to `lazy.nvim`'s `name` field, a `lz.n.PluginSpec`'s `name` *is not optional*.
This is because `lz.n` is not a plugin manager and needs to be told which
plugins to load.
[^2]: The reason this library doesn't lazy-load colorschemes automatically is that
it would have to know where the plugin is installed in order to determine
Expand Down

0 comments on commit d8f0aa3

Please sign in to comment.