Skip to content

Commit 43f59b8

Browse files
committed
docs: add luarocks install instructions
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 0f65ed2 commit 43f59b8

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/DrKJeff16)[![Last Commit](https://img.shields.io/github/last-commit/DrKJeff16/project.nvim.svg)](https://github.com/DrKJeff16/project.nvim/commits/main/)[![LICENSE](https://img.shields.io/github/license/DrKJeff16/project.nvim)](./LICENSE)[![Issues](https://img.shields.io/github/issues/DrKJeff16/project.nvim)](https://github.com/DrKJeff16/project.nvim/issues)[![GitHub Release](https://img.shields.io/github/v/release/DrKJeff16/project.nvim?sort=date&display_name=release)](https://github.com/DrKJeff16/project.nvim/releases/latest)
66

7-
**======================== [Breaking Changes](https://github.com/DrKJeff16/project.nvim/wiki/Breaking-Changes) ========================**
7+
**============================ [Breaking Changes](https://github.com/DrKJeff16/project.nvim/wiki/Breaking-Changes) ============================**
88

99
[**Announcements**](https://github.com/DrKJeff16/project.nvim/discussions/1) | [**Discussions**](https://github.com/DrKJeff16/project.nvim/discussions) | [**Wiki**](https://github.com/DrKJeff16/project.nvim/wiki) | [**Credits**](./CREDITS.md) | [**Contributing**](./CONTRIBUTING.md) | [**Roadmap**](./TODO.md)
1010

@@ -96,6 +96,7 @@ Show these much love!
9696
2. [`lazy.nvim`](#lazynvim)
9797
3. [`pckr.nvim`](#pckrnvim)
9898
4. [`paq-nvim`](#paq-nvim)
99+
5. [`luarocks`](#luarocks)
99100
2. [Configuration](#configuration)
100101
1. [Defaults](#defaults)
101102
2. [Pattern Matching](#pattern-matching)
@@ -249,6 +250,12 @@ paq({
249250
require('project.nvim').setup()
250251
```
251252

253+
### luarocks
254+
255+
```sh
256+
luarocks install --server=https://luarocks.org/m/neovim project.nvim
257+
```
258+
252259
<div align="right">
253260

254261
[Go To Top](#projectnvim-)

doc/project-nvim.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Table of Contents *project-nvim.toc*
2424
1.2 lazy.nvim |project-nvim.install-lazy|
2525
1.3 pckr.nvim |project-nvim.install-pckr|
2626
1.4 paq-nvim |project-nvim.install-paq|
27+
1.5 luarocks |project-nvim.install-luarocks|
2728
2. project-nvim.setup |project-nvim.setup|
2829
2.1. `Project.Config.Options` |Project.Config.Options|
2930
2.2. `Project.Config.Telescope` |Project.Config.Telescope|
@@ -138,6 +139,11 @@ Table of Contents *project-nvim.toc*
138139
'ibhagwan/fzf-lua', -- OPTIONAL
139140
})
140141
<
142+
------------------------------------------------------------------------------
143+
1.5 luarocks *project-nvim.install-luarocks*
144+
>sh
145+
luarocks install --server=https://luarocks.org/m/neovim project.nvim
146+
<
141147
==============================================================================
142148
2. project-nvim.setup *project-nvim.setup*
143149

0 commit comments

Comments
 (0)