From f3b12efcb1f7e3dab1d03b0f10ae43b6a978e2d4 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 24 Jun 2024 17:41:48 +0200 Subject: [PATCH] docs: added luarocks dep --- docs/intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro.md b/docs/intro.md index d3eccbe..5ea9630 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -33,4 +33,6 @@ sidebar_position: 1 - Neovim >= **0.8.0** (needs to be built with **LuaJIT**) - Git >= **2.19.0** (for partial clones support) - a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_** +- [luarocks](https://luarocks.org/) to install rockspecs. + You can remove `rockspec` from `opts.pkg.sources` to disable this feature.