1 return { 2 "folke/tokyonight.nvim", 3 lazy = false, 4 priority = 1000, 5 config = function() 6 vim.cmd([[colorscheme tokyonight]]) 7 end, 8 }