feat: integrate LuaRocks package manager

This commit is contained in:
2024-08-23 09:49:52 -04:00
parent 2ffc7c3dd1
commit f173aa61cb
2 changed files with 81 additions and 0 deletions
+4
View File
@@ -58,3 +58,7 @@ require("config.rootiest").setup()
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ LAZY ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- Load Lazy package manager and plugins
require("config.lazy")
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ROCKS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- Load LuaRocks package manager and plugins
require("config.rocks")