Adopt WindSeed conventions for consistency
This commit is contained in:
12
lua/dep2.lua
Normal file
12
lua/dep2.lua
Normal 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
|
Reference in New Issue
Block a user