Skip to content

Commit

Permalink
docs(readme): move automatic colorscheme lazy-loading to out of scope
Browse files Browse the repository at this point in the history
for now
  • Loading branch information
mrcjkb committed Jun 10, 2024
1 parent ca4e6ff commit c6545f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ but reduced down to the very basics required for lazy-loading only.
- Merging multiple plugin specs for a single plugin
(primarily intended for use by Neovim distributions).
- Automatic lazy-loading of Lua modules on `require`.
- Automatic lazy-loading of colorschemes.
- Heuristics for determining a `main` module and automatically calling
a `setup()` function.
- Features related to plugin management.
Expand Down Expand Up @@ -101,7 +102,7 @@ require("lz.n").load("plugins")

```lua
return {
{ "sweetie.nvim", lazy = true },
{ "sweetie.nvim" },
{ "telescope.nvim", cmd = "Telescope" },
}
```
Expand Down

0 comments on commit c6545f8

Please sign in to comment.