Skip to content

Commit 2e67ee1

Browse files
committed
docs(README): add links for Matrix and Discord, small adjustments
1 parent 4a508d6 commit 2e67ee1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
![License](https://img.shields.io/github/license/NTBBloodbath/rest.nvim?style=for-the-badge)
66
![Neovim version](https://img.shields.io/badge/Neovim-0.9.2-5ba246?style=for-the-badge&logo=neovim)
77
[![LuaRocks](https://img.shields.io/luarocks/v/teto/rest.nvim?style=for-the-badge&logo=lua&color=blue)](https://luarocks.org/modules/teto/rest.nvim)
8-
![Matrix](https://img.shields.io/matrix/rest.nvim%3Amatrix.org?server_fqdn=matrix.org&style=for-the-badge&logo=element&label=Matrix&color=55b394&link=https%3A%2F%2Fmatrix.to%2F%23%2F%23rest.nvim%3Amatrix.org)
8+
[![Discord](https://img.shields.io/badge/discord-join-7289da?style=for-the-badge&logo=discord)](https://discord.gg/AcXkuXKj7C)
9+
[![Matrix](https://img.shields.io/matrix/rest.nvim%3Amatrix.org?server_fqdn=matrix.org&style=for-the-badge&logo=element&label=Matrix&color=55b394&link=https%3A%2F%2Fmatrix.to%2F%23%2F%23rest.nvim%3Amatrix.org)](https://matrix.to/#/#rest.nvim:matrix.org)
910

1011
[Features](#features)[Install](#install)[Usage](#usage)[Contribute](#contribute)
1112

@@ -75,7 +76,6 @@ use {
7576
```lua
7677
{
7778
"vhyrro/luarocks.nvim",
78-
branch = "more-fixes",
7979
config = function()
8080
require("luarocks").setup({})
8181
end,
@@ -90,6 +90,11 @@ use {
9090
}
9191
```
9292

93+
> [!NOTE]
94+
>
95+
> There's a `build.lua` file in the repository that `lazy.nvim` will find and source to install the
96+
> luarocks dependencies for you by using `luarocks.nvim`.
97+
9398
### Default configuration
9499

95100
This is the default configuration of `rest.nvim`, it is fully documented and typed internally so you

0 commit comments

Comments
 (0)