diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index f58bf48..f7dd7d6 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -8,7 +8,7 @@ return { }, { "folke/tokyonight.nvim", - lazy = true, -- make sure we load this during startup if it is your main colorscheme + lazy = false, -- make sure we load this during startup if it is your main colorscheme priority = 1000, -- make sure to load this before all the other start plugins config = function() vim.g.tokyonight_style = "night" @@ -19,8 +19,8 @@ return { end, }, { - "ellisonleao/gruvbox.nvim", - lazy = false, -- make sure we load this during startup if it is your main colorscheme + "ellisonleao/gruvbox.nvim", + lazy = true, -- make sure we load this during startup if it is your main colorscheme priority = 1000 , config = function() require("gruvbox").setup({