File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
991002 . [ Configuration] ( #configuration )
100101 1 . [ Defaults] ( #defaults )
101102 2 . [ Pattern Matching] ( #pattern-matching )
@@ -249,6 +250,12 @@ paq({
249250require (' 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- )
Original file line number Diff line number Diff 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 |
27282. 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==============================================================================
1421482. project-nvim.setup *project-nvim.setup*
143149
You can’t perform that action at this time.
0 commit comments