From 23d84a8a994d89e08d94e2fa674955d53ff013f7 Mon Sep 17 00:00:00 2001 From: rajvatsal Date: Mon, 8 Jan 2024 13:32:48 +0530 Subject: [PATCH] (alpha): Remove lazy loading --- lua/custom/plugins/alpha.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/custom/plugins/alpha.lua b/lua/custom/plugins/alpha.lua index 2d0c8845..d7fde24f 100644 --- a/lua/custom/plugins/alpha.lua +++ b/lua/custom/plugins/alpha.lua @@ -292,6 +292,7 @@ end return { 'goolord/alpha-nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, -- removing fortune from dependencies fixed the highlighting(only for predefined highlights) + lazy = false, config = function() local alpha = require("alpha") local dashboard = require("alpha.themes.dashboard") @@ -313,7 +314,7 @@ return { handle:close()]] dashboard.section.footer.val = require('alpha.fortune')() dashboard.section.header.opts.hl = "DevIconScss" -- "DeviconNPMrc"(red) - dashboard.section.buttons.opts.hl = "debug" + dashboard.section.buttons.opts.hl = "Debug" dashboard.section.footer.opts.hl = "Comment" dashboard.config.opts.noautocmd = true