You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,7 +86,7 @@ This comes with several pain points:
86
86
87
87
Other more modern approaches rely on plugin authors
88
88
providing this information in their source repositories.
89
-
We have a detailed article explaining why we chose a different approach [here](https://github.com/nvim-neorocks/rocks.nvim/wiki/What-about-packspec-(pkg.json)%3F).
89
+
We have a detailed article explaining why we chose a different approach [here](https://github.com/lumen-oss/rocks.nvim/wiki/What-about-packspec-(pkg.json)%3F).
90
90
91
91
With rocks.nvim, installing a plugin is as simple as entering the command:
92
92
@@ -103,12 +103,12 @@ Do one thing well.
103
103
104
104
It doesn't dictate how you as a user should configure your plugins.
assert(vim.v.shell_error==0, "rocks.nvim installation failed. Try exiting and re-entering Neovim!")
@@ -289,7 +289,7 @@ Upon running `nvim` the bootstrapping script should engage!
289
289
290
290
### :hammer: Manual installation
291
291
292
-
For manual installation, see [this tutorial](https://github.com/nvim-neorocks/rocks.nvim/wiki/Installing-rocks.nvim-manually,-without-the-installation-script).
292
+
For manual installation, see [this tutorial](https://github.com/lumen-oss/rocks.nvim/wiki/Installing-rocks.nvim-manually,-without-the-installation-script).
293
293
294
294
## :books: Usage
295
295
@@ -365,7 +365,7 @@ Make sure to run `:Rocks sync` when you are done.
365
365
> [!TIP]
366
366
>
367
367
> If you want more advanced lazy-loading capabilities,
368
-
> try out the [`rocks-lazy.nvim`](https://github.com/nvim-neorocks/rocks-lazy.nvim) module.
368
+
> try out the [`rocks-lazy.nvim`](https://github.com/lumen-oss/rocks-lazy.nvim) module.
369
369
370
370
By default, `rocks.nvim` will source all plugins at startup.
371
371
To prevent it from sourcing a plugin, you can specify `opt = true`
@@ -417,7 +417,7 @@ You can then load the plugin with Neovim's built-in `:packadd {rock}` command[^1
417
417
> #### Should I lazy load plugins?
418
418
>
419
419
> Making sure a plugin doesn't unnecessarily impact startup time
420
-
> [should be the responsibility of plugin authors, not users](https://github.com/nvim-neorocks/nvim-best-practices?tab=readme-ov-file#sleeping_bed-lazy-loading).
420
+
> [should be the responsibility of plugin authors, not users](https://github.com/lumen-oss/nvim-best-practices?tab=readme-ov-file#sleeping_bed-lazy-loading).
421
421
> As is the case with dependencies, a plugin's functionality may evolve over
422
422
> time, potentially leading to breakage if it's the user who has
423
423
> to worry about lazy loading.
@@ -489,15 +489,15 @@ See [`:h rocks-api`](./doc/rocks.txt) for details.
0 commit comments