neovim-confs/lua/user_config.lua

8 lines
67 B
Lua

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