You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,18 +38,14 @@ use {
38
38
}
39
39
```
40
40
41
-
## For plugin developers
42
-
43
-
Consider [publishing your plugin to luarocks](https://github.com/nvim-neorocks/sample-luarocks-plugin),
44
-
so that your users don't have to declare dependencies themselves
45
-
when installing with a luarocks-compatible plugin manager
46
-
like [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim)
47
-
or lazy.nvim extended with [luarocks.nvim](https://github.com/vhyrro/luarocks.nvim).
48
-
49
41
## Discord
50
42
51
43
Join [Discord](https://discord.gg/Rj2V3keVS4) to get involved with the community, ask questions, and share tips.
52
44
45
+
## For plugin developers
46
+
47
+
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).
0 commit comments