💤 Don't Lazy-load themes

- Override the default lazy=true for catppuccin and tokyonight
This commit is contained in:
2024-07-19 20:39:49 -04:00
parent f2b66088b3
commit 0727aaf133
+8
View File
@@ -3,6 +3,14 @@
-- -----------------------------------------------------------------------------
return {
{
"folke/tokyonight.nvim",
lazy = false, -- Override
},
{
"catppuccin/nvim",
lazy = false, -- Override
},
{
"Shatur/neovim-ayu",
},