mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 20:50:04 +08:00
12 lines
72 B
Lua
12 lines
72 B
Lua
|
--!/usr/bin/lua
|
||
|
|
||
|
|
||
|
local M = {}
|
||
|
|
||
|
|
||
|
function M.config()
|
||
|
|
||
|
end
|
||
|
|
||
|
return M
|