aboutsummaryrefslogtreecommitdiffstats
path: root/lua/dep.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlua/dep.lua15
1 files changed, 11 insertions, 4 deletions
diff --git a/lua/dep.lua b/lua/dep.lua
index 2ae3105..1c6d9a1 100755
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -1,7 +1,14 @@
-local logger = require("dep/log")
-local proc = require("dep/proc")
-
-logger:open()
+--
+-- Copyright (c) 2022 chiya.dev
+--
+-- Use of this source code is governed by the MIT License
+-- which can be found in the LICENSE file and at:
+--
+-- https://opensource.org/licenses/MIT
+--
+
+local logger = require("dep.log").global
+local proc = require("dep.proc")
local initialized, perf, config_path, base_dir
local packages, root