File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
7576``` lua
7677{
7778 " vhyrro/luarocks.nvim" ,
78- branch = " more-fixes" ,
7979 config = function ()
8080 require (" luarocks" ).setup ({})
8181 end ,
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
95100This is the default configuration of ` rest.nvim ` , it is fully documented and typed internally so you
You can’t perform that action at this time.
0 commit comments