1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 15:50:04 +08:00
SpaceVim/lua/spacevim/layer/core/tabline.lua

12 lines
72 B
Lua
Raw Normal View History

2022-09-25 19:12:46 +08:00
--!/usr/bin/lua
local M = {}
function M.config()
end
return M