replace dashboard with alpha.nvim (#816)
This commit is contained in:
@@ -182,12 +182,9 @@ local plugins = {
|
||||
},
|
||||
|
||||
{
|
||||
"glepnir/dashboard-nvim",
|
||||
disable = not plugin_settings.status.dashboard,
|
||||
config = override_req("dashboard", "plugins.configs.dashboard"),
|
||||
setup = function()
|
||||
require("core.mappings").dashboard()
|
||||
end,
|
||||
disable = not plugin_settings.status.alpha,
|
||||
"goolord/alpha-nvim",
|
||||
config = override_req("alpha", "plugins.configs.alpha"),
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user