♻️ refactor(nvim): dashboard extended now uses the dashboard extra
This commit is contained in:
parent
b115fae47d
commit
7fa233ba76
1 changed files with 10 additions and 7 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue