return { "EdenEast/nightfox.nvim", enabled = true, lazy = false, -- make sure we load this during startup if it is your main colorscheme priority = 1000, -- default priority is 50 config = function() -- load the colorscheme here require("nightfox").setup() vim.cmd.colorscheme("nightfox") end, }