Files
dotfiles-and-setup/theme-switcher-testing/neovim-nordfox.lua
2025-10-12 22:42:32 -05:00

10 lines
114 B
Lua

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