mirror of
https://github.com/eRgo35/neovim.git
synced 2026-02-04 05:46:10 +01:00
8 lines
56 B
Lua
8 lines
56 B
Lua
local M = {}
|
|
|
|
M.ui = {
|
|
theme = "onedark",
|
|
}
|
|
|
|
return M
|