diff --git a/init.lua b/init.lua index 0876014d..de234003 100644 --- a/init.lua +++ b/init.lua @@ -805,6 +805,10 @@ require('lazy').setup({ -- change the command in the config to whatever the name of that colorscheme is. -- -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. + 'EdenEast/nightfox.nvim', + -- init = function() + -- vim.cmd 'colorscheme carbonfox' + -- end, 'catppuccin/nvim', flavor = 'mocha', priority = 1000, -- Make sure to load this before all the other start plugins.