This commit is contained in:
Omixxx 2023-02-26 10:53:36 +01:00
parent 246852f305
commit 3b9b4b9502
2 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,10 @@
return {
'glepnir/dashboard-nvim',
event = 'VimEnter',
config = function()
require('dashboard').setup {
-- config
}
end,
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
}