mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 11:40:05 +08:00
10 lines
65 B
Lua
10 lines
65 B
Lua
|
local api = {}
|
||
|
|
||
|
|
||
|
function api.import(name)
|
||
|
|
||
|
end
|
||
|
|
||
|
|
||
|
return api
|