Files
omarchy/themes/flexoki-light/neovim.lua
David Heinemeier Hansson 7ef30f69b8 Match the other themes
2025-10-12 17:30:27 -04:00

14 lines
181 B
Lua

return {
{
"kepano/flexoki-neovim",
name = "flexoki",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "flexoki-light",
},
},
}