1 2 3 4 5 6 7 8
if (mnw ~= nil) then require("mini.deps").setup() end AddPlugin = function(plugin) if (mnw ~= nil) then MiniDeps.add(plugin) end end