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