♻️ refactor(nvim): dashboard extended now uses the dashboard extra

This commit is contained in:
Sergio Laín 2024-11-22 17:17:33 +01:00
parent b115fae47d
commit 7fa233ba76
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,4 +1,6 @@
return {
{ import = "lazyvim.plugins.extras.ui.dashboard" },
{
"nvimdev/dashboard-nvim",
opts = function(_, opts)
local logo = [[
@ -16,4 +18,5 @@ return {
opts.config.header = vim.split(logo, "\n")
return opts
end,
},
}