From 76f50fc749bb4a3ee799c276138b48cf5463430c Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Tue, 25 Jun 2024 22:38:27 +0200 Subject: [PATCH] docs(readme): add note on luarocks libraries --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e9cf396..6acc701 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ the [`lz.n`](https://github.com/nvim-neorocks/lz.n) library. > call to a heavy `setup` function, > consider opening an issue on the plugin's issue tracker. +> [!IMPORTANT] +> +> With luarocks, *libraries* do not have a meaningful impact on startup time +> and [don't need to be lazy-loaded](https://github.com/nvim-neorocks/rocks.nvim?tab=readme-ov-file#a-note-on-loading-rocks). +> +> This plugin handles lazy-loading of *plugin* initialization scripts. + ## :pencil: Requirements - An up-to-date `rocks.nvim`.