Skip to content

Commit

Permalink
docs(readme): clarify that lua specs don't integrate with rocks-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Jul 11, 2024
1 parent 4e945f9 commit e47955b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e47955b

Please sign in to comment.