💤 Don't Lazy-load themes
- Override the default lazy=true for catppuccin and tokyonight
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false, -- Override
|
||||
},
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
lazy = false, -- Override
|
||||
},
|
||||
{
|
||||
"Shatur/neovim-ayu",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user