mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
13 lines
159 B
Lua
13 lines
159 B
Lua
return {
|
|
{
|
|
"kepano/flexoki-neovim",
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "flexoki-light",
|
|
},
|
|
},
|
|
}
|