my-nvim-lua/lua/user_config.lua
2021-07-31 21:04:47 +05:30

8 lines
67 B
Lua

local M = {
ui = {
theme = "onedark"
}
}
return M