mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
12 lines
194 B
Lua
12 lines
194 B
Lua
return {
|
|
'nvimdev/dashboard-nvim',
|
|
event = 'VimEnter',
|
|
config = function()
|
|
require('dashboard').setup {
|
|
}
|
|
end,
|
|
dependencies = {
|
|
{'nvim-tree/nvim-web-devicons'}
|
|
}
|
|
}
|