diff options
Diffstat (limited to '')
-rw-r--r-- | lua/dep2.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lua/dep2.lua b/lua/dep2.lua new file mode 100644 index 0000000..447f474 --- /dev/null +++ b/lua/dep2.lua @@ -0,0 +1,12 @@ +-- +-- 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 store = require("dep.package").PackageStore() + +-- placeholder for refactoring |