diff options
Diffstat (limited to '')
-rwxr-xr-x | lua/dep.lua | 15 |
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 |