docs: 📝 Improve lazy loading explanation

Mention in documentation how excessive use of lazy loading may sometimes result in plugins appearing to be missing
This commit is contained in:
2024-07-06 21:24:09 -04:00
parent a28251287b
commit 8c73137d9b
2 changed files with 21 additions and 3 deletions
+1
View File
@@ -638,6 +638,7 @@ require("lazy").setup({
-- Apply the default colorscheme
local kitty_theme = os.getenv("KITTY_THEME")
vim.cmd.colorscheme(kitty_theme or "catppuccin-frappe")
-- Set the colorscheme palette
if vim.g.colors_name == "catppuccin-frappe" then
THEMEPALETTE = require("catppuccin.palettes").get_palette("frappe")
elseif vim.g.colors_name == "catppuccin-latte" then