From f78eaf237ca61ca08c42f3b9db24de1e4027c96f Mon Sep 17 00:00:00 2001 From: "Matthieu C." <886074+teto@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:26:46 +0200 Subject: [PATCH] doc(README): add link towards all rocks.nvim extensions using github topic "rocks.nvim" --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da8f900..a95dcbb1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ for lazy-loading. - [`rocks-treesitter.nvim`](https://github.com/nvim-neorocks/rocks-treesitter.nvim) for automatic tree-sitter parser management. - - And more... + - And [more...](https://github.com/topics/rocks-nvim) - Command completions for plugins and versions on luarocks.org. - Binary rocks pulled from [rocks-binaries](https://nvim-neorocks.github.io/rocks-binaries/) so you don't have to compile them. @@ -82,7 +82,7 @@ Consider the following example using lazy.nvim[^2]: This setup illustrates several pain points in the status quo: - Manual dependency management: - Users are often required to manually specify and manage dependencies. + Users are required to specify and manage dependencies. - Breaking changes: Updates to a plugin's dependencies can lead to breaking changes for users. - Platform-specific instructions: @@ -481,6 +481,8 @@ Following are some examples: Adds an API for developing and testing luarocks plugins locally. - [`rocks-treesitter.nvim`](https://github.com/nvim-neorocks/rocks-treesitter.nvim) Automatic highlighting and installation of tree-sitter parsers. +- And [more...](https://github.com/topics/rocks-nvim) + To extend `rocks.nvim`, simply install a module with `:Rocks install`, and you're good to go!