mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(ui): remove old alpha.nvim warning
This commit is contained in:
parent
ae381c91a1
commit
abc6554e24
1 changed files with 0 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue