From e47955bc68d3dc2830bd291158d55d87034a99f5 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 11 Jul 2024 04:27:16 +0200 Subject: [PATCH] docs(readme): clarify that lua specs don't integrate with rocks-config --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58803c3..3c392ee 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,12 @@ you can add a `import` option to your `rocks.toml`: > [!IMPORTANT] > -> If you use Lua to configure lazy-loading, you must set `opt = true` -> in your rocks.toml entries. +> - If you use Lua to configure lazy-loading, you must set `opt = true` +> in your rocks.toml entries. +> - Lua specs do not automatically +> integrate with rocks-config.nvim. +> You [can do so manually](https://github.com/nvim-neorocks/rocks-config.nvim?tab=readme-ov-file#load_opt_plugins) +> in the `before` hook. ```toml [rocks_lazy]