return { "oxfist/night-owl.nvim", enabled = true, lazy = true, config = function() -- load the colorscheme here require("night-owl").setup() vim.cmd.colorscheme("night-owl") end, }