1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-10 11:55:49 +08:00
SpaceVim/lua/spacevim/layer.lua
2019-05-31 21:45:09 +08:00

10 lines
65 B
Lua

local layer = {}
function layer.init()
end
return layer