Nvim: remove dashboard
This commit is contained in:
parent
b132bb60c4
commit
46bab12471
1 changed files with 0 additions and 27 deletions
|
@ -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' } }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue