0
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-07 03:39:52 +08:00

10 lines
104 B
Lua
Raw Permalink Normal View History

2019-05-31 21:45:09 +08:00
local api = {}
function api.import(name)
2020-09-19 22:57:11 +08:00
return require('spacevim.api.' .. name)
2019-05-31 21:45:09 +08:00
end
return api