Files
omarchy/themes/nord/neovim.lua
David Heinemeier Hansson 04b0fb09ee Add more themes
2025-06-18 22:12:10 +02:00

10 lines
114 B
Lua

return {
{ "EdenEast/nightfox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "nordfox",
},
},
}