♻️ 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 {
|
return {
|
||||||
|
{ import = "lazyvim.plugins.extras.ui.dashboard" },
|
||||||
|
{
|
||||||
"nvimdev/dashboard-nvim",
|
"nvimdev/dashboard-nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
local logo = [[
|
local logo = [[
|
||||||
|
@ -16,4 +18,5 @@ return {
|
||||||
opts.config.header = vim.split(logo, "\n")
|
opts.config.header = vim.split(logo, "\n")
|
||||||
return opts
|
return opts
|
||||||
end,
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue