mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
refactor(plugin): remove redundant init.lua wrapper
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
local M = {}
|
|
||||||
|
|
||||||
function M.init()
|
|
||||||
require("bootstrap").init()
|
|
||||||
end
|
|
||||||
|
|
||||||
return M
|
|
||||||
@@ -6,4 +6,4 @@ if not package.path:find(module_patterns, 1, true) then
|
|||||||
package.path = module_patterns .. package.path
|
package.path = module_patterns .. package.path
|
||||||
end
|
end
|
||||||
|
|
||||||
require("init").init()
|
require("bootstrap").init()
|
||||||
|
|||||||
Reference in New Issue
Block a user