This website requires JavaScript.
Explore
Help
Register
Sign In
Gaze
/
SpaceVim
Watch
1
Star
0
Fork
0
You've already forked SpaceVim
mirror of
https://github.com/SpaceVim/SpaceVim.git
synced
2025-01-24 09:50:04 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
5fe3d09bb2
SpaceVim
/
lua
/
spacevim
/
api.lua
8 lines
102 B
Lua
Raw
Normal View
History
Unescape
Escape
Add simple lua mode (#2859)
2019-05-31 21:45:09 +08:00
local
api
=
{
}
function
api
.
import
(
name
)
Add lua api (#2861)
2020-09-19 22:57:11 +08:00
return
require
(
'
spacevim.api.
'
..
name
)
Add simple lua mode (#2859)
2019-05-31 21:45:09 +08:00
end
return
api
Reference in New Issue
Copy Permalink