Files
omakub/themes/nord/neovim.lua
2024-07-12 14:08:44 +02:00

10 lines
114 B
Lua

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