From abc6554e24ff97bfc630fe1d91827e02f826b1fa Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 31 May 2024 16:49:47 +0200 Subject: [PATCH] fix(ui): remove old alpha.nvim warning --- lua/lazyvim/plugins/ui.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 190544a2..6f371351 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -320,20 +320,6 @@ return { -- ui components { "MunifTanjim/nui.nvim", lazy = true }, - { - "goolord/alpha-nvim", - optional = true, - enabled = function() - LazyVim.warn({ - "`dashboard.nvim` is now the default LazyVim starter plugin.", - "", - "To keep using `alpha.nvim`, please enable the `lazyvim.plugins.extras.ui.alpha` extra.", - "Or to hide this message, remove the alpha spec from your config.", - }) - return false - end, - }, - { "nvimdev/dashboard-nvim", lazy = false, -- As https://github.com/nvimdev/dashboard-nvim/pull/450, dashboard-nvim shouldn't be lazy-loaded to properly handle stdin.