aboutsummaryrefslogtreecommitdiffstats
path: root/lua/dep2.lua
diff options
context:
space:
mode:
authorluaneko <luaneko@chiya.dev>2022-12-21 00:11:43 +1100
committerluaneko <luaneko@chiya.dev>2022-12-21 00:11:43 +1100
commitf4b1fa84e121f20925c1abea22468bf5338db5f4 (patch)
tree0f509e00b5e24edd116a62e575ac4c3607d0a674 /lua/dep2.lua
parentff83edab8dde4a987c5b441cb713cc1ef0c1108b (diff)
downloaddep-f4b1fa84e121f20925c1abea22468bf5338db5f4.tar.gz
dep-f4b1fa84e121f20925c1abea22468bf5338db5f4.tar.bz2
dep-f4b1fa84e121f20925c1abea22468bf5338db5f4.zip
Adopt WindSeed conventions for consistency
Diffstat (limited to '')
-rw-r--r--lua/dep2.lua12
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