fix(ui): remove old alpha.nvim warning

This commit is contained in:
Folke Lemaitre 2024-05-31 16:49:47 +02:00
parent ae381c91a1
commit abc6554e24
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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.