Files
nvim/lua/chadrc.lua

8 lines
56 B
Lua
Raw Normal View History

2024-03-09 21:33:44 +05:30
local M = {}
M.ui = {
theme = "onedark",
}
return M