VoidVim/lua/chadrc.lua

8 lines
56 B
Lua
Raw Normal View History

2024-03-09 19:03:44 +03:00
local M = {}
M.ui = {
theme = "onedark",
}
return M