Nvim: remove dashboard

This commit is contained in:
pr0c3550r 2023-08-31 19:00:37 +02:00
parent b132bb60c4
commit 46bab12471

View file

@ -1,27 +0,0 @@
return {
{
'glepnir/dashboard-nvim',
event = 'VimEnter',
config = function()
require('dashboard').setup {
theme = 'hyper',
config = {
week_header = {
enable = true,
},
shortcut = {
{ icon = '󰚰 ', desc = 'Update', group = '@property', action = 'Lazy update', key =
'U' },
{ icon = '', desc = 'Files', group = '@property', action = 'Telescope find_files',
key =
'ff' },
},
footer = { '',
' Now better then ever ',
},
},
}
end,
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
}
}