neovim-config/lua/user_config.lua
2021-07-31 21:04:47 +05:30

7 lines
67 B
Lua

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