From 72fea04aba3a5062a6682b2c63a2fabf91ef0e63 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Sat, 20 Apr 2024 10:16:07 +0200 Subject: [PATCH] chore: update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 096a753..1f0990e 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,14 @@ use { } ``` -## For plugin developers - -Consider [publishing your plugin to luarocks](https://github.com/nvim-neorocks/sample-luarocks-plugin), -so that your users don't have to declare dependencies themselves -when installing with a luarocks-compatible plugin manager -like [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim) -or lazy.nvim extended with [luarocks.nvim](https://github.com/vhyrro/luarocks.nvim). - ## Discord Join [Discord](https://discord.gg/Rj2V3keVS4) to get involved with the community, ask questions, and share tips. +## For plugin developers + +Consider publishing your plugin to [`luarocks`](https://github.com/nvim-neorocks/sample-luarocks-plugin) to simplify installation with compatible plugin managers like [`rocks.nvim`](https://github.com/nvim-neorocks/rocks.nvim) or `lazy.nvim` extended with [`luarocks.nvim`](https://github.com/vhyrro/luarocks.nvim). + ## License The MIT License.