diff --git a/README.md b/README.md index 7a680c7..fd5b094 100644 --- a/README.md +++ b/README.md @@ -991,6 +991,10 @@ The plugin uses the [Debug Adapter Protocol](https://microsoft.github.io/debug-a - [plenary.nvim: test harness](https://github.com/nvim-lua/plenary.nvim/#plenarytest_harness) - [notomo/vusted](https://github.com/notomo/vusted) +### Using Luarocks packages + +[wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) supports Luarocks packages. Instructions for how to set this up are available in the [README](https://github.com/wbthomason/packer.nvim/#luarocks-support) + ## Miscellaneous ### vim.loop diff --git a/doc/nvim-lua-guide.txt b/doc/nvim-lua-guide.txt index e9b4eb3..6b00427 100644 --- a/doc/nvim-lua-guide.txt +++ b/doc/nvim-lua-guide.txt @@ -1233,6 +1233,13 @@ Testing Lua code~ https://github.com/nvim-lua/plenary.nvim/#plenarytest_harness - notomo/vusted: https://github.com/notomo/vusted +Using Luarocks packages~ + + wbthomason/packer.nvim: https://github.com/wbthomason/packer.nvim + supports Luarocks packages. Instructions for + how to set this up are available in the README: + https://github.com/wbthomason/packer.nvim/#luarocks-support + ============================================================================== MISCELLANEOUS *luaguide-miscellaneous*