Remove automatic installation or rocks

This commit is contained in:
2025-07-10 13:46:00 +09:00
parent 32a9fdff9d
commit 3c1cef8993
+2 -1
View File
@@ -1,6 +1,7 @@
return {
"vhyrro/luarocks.nvim",
priority = 1000,
opts = {
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" }
-- rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" }
}
}