neovim-config/lua/user_config.lua

8 lines
67 B
Lua
Raw Normal View History

2021-07-31 15:14:42 +00:00
local M = {
ui = {
2021-07-31 15:34:47 +00:00
theme = "onedark"
2021-07-31 15:14:42 +00:00
}
}
return M