Adopt WindSeed conventions for consistency

This commit is contained in:
luaneko
2022-12-21 00:11:43 +11:00
parent ff83edab8d
commit f4b1fa84e1
3 changed files with 97 additions and 77 deletions

12
lua/dep2.lua Normal file
View File

@ -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