Skip to content

Commit

Permalink
doc(README): add link towards all rocks.nvim extensions
Browse files Browse the repository at this point in the history
using github topic "rocks.nvim"
  • Loading branch information
teto authored and mrcjkb committed Jul 3, 2024
1 parent ced0698 commit f78eaf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit f78eaf2

Please sign in to comment.