Skip to content

Commit

Permalink
doc(README): mention the competition
Browse files Browse the repository at this point in the history
I find it a good practice.
Project READMEs can sometimes be a bit obscure but when I know a
competitor in this section, I know whether it's a software I should be interested in or not
  • Loading branch information
teto authored and mrcjkb committed Jul 3, 2024
1 parent f78eaf2 commit b41a3d0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ and you're good to go!
The `:Rocks log` command opens a log file for the current session,
which contains the `luarocks` stderr output, among other logs.

## :link: Related projects
## :link: projects related to neovim and luarocks

- [luarocks-tag-release](https://github.com/nvim-neorocks/luarocks-tag-release):
A GitHub action that automates publishing to luarocks.org
Expand All @@ -502,6 +502,16 @@ which contains the `luarocks` stderr output, among other logs.
- [luarocks.nvim](https://github.com/vhyrro/luarocks.nvim):
Adds basic support for installing lua rocks to [lazy.nvim](https://github.com/folke/lazy.nvim)


## :link: Other neovim plugin managers

- [lazy.nvim](https://github.com/folke/lazy.nvim): started luarocks support in
version [11.X](https://lazy.folke.io/news#11x)
- [mini.deps](https://github.com/echasnovski/mini.deps)
- [paq-nvim](https://github.com/savq/paq-nvim)
- [pckr](https://github.com/lewis6991/pckr.nvim)
- [vim-plug](https://github.com/junegunn/vim-plug)

## :book: License

`rocks.nvim` is licensed under [GPLv3](./LICENSE).
Expand Down

0 comments on commit b41a3d0

Please sign in to comment.