From ce19149eeddec7877d4925d1277c3047ffdf1388 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jun 2024 15:42:11 +0000 Subject: [PATCH] chore(build): auto-generate docs --- README.md | 2 ++ README.vim.md | 2 ++ doc/lazy.nvim.txt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/README.md b/README.md index a950b94..7403668 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ - 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. ## 🚀 Getting Started diff --git a/README.vim.md b/README.vim.md index dc85ada..8a40507 100644 --- a/README.vim.md +++ b/README.vim.md @@ -60,6 +60,8 @@ - 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. # 🛠️ Installation diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index d16353c..a81b0f5 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -104,6 +104,8 @@ Table of Contents *lazy.nvim-table-of-contents* - Neovim >= **0.8.0** (needs to be built with **LuaJIT**) - Git >= **2.19.0** (for partial clones support) - a Nerd Font **(optional)** +- luarocks to install rockspecs. + You can remove `rockspec` from `opts.pkg.sources` to disable this feature. ==============================================================================