mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 13:30:41 +00:00
7 lines
67 B
Lua
7 lines
67 B
Lua
local M = {
|
|
ui = {
|
|
theme = "onedark"
|
|
}
|
|
}
|
|
|
|
return M
|