Added luarocks and rest plugins

This commit is contained in:
2025-06-06 07:31:34 +09:00
parent 90782ff7e9
commit 5a18e193bf
2 changed files with 17 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
return {
"vhyrro/luarocks.nvim",
opts = {
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" }
}
}