mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
27 lines
602 B
Lua
27 lines
602 B
Lua
return {
|
|
'nvimdev/dashboard-nvim',
|
|
name = 'dashboard',
|
|
dependencies = {
|
|
'nvim-tree/nvim-web-devicons'
|
|
},
|
|
event = 'VimEnter',
|
|
opts = {
|
|
config = {
|
|
header = {
|
|
'::::::::: :::: ::: ::: :::',
|
|
':+: :+: :+:+: :+: :+: :+:',
|
|
'+:+ +:+ :+:+:+ +:+ +:+ +:+ ',
|
|
'+#++:++#+ +#+ +:+ +#+ +#++:+ ',
|
|
'+#+ +#+ +#+#+# +#+ +#+ ',
|
|
'#+# #+# #+#+# #+# #+#',
|
|
'### ### #### ### ###',
|
|
'',
|
|
},
|
|
shortcut = {
|
|
{ desc = ' Update', group = '@property', action = 'Lazy update', key = 'u' }
|
|
},
|
|
footer = {}
|
|
}
|
|
}
|
|
}
|
|
|