Loads of changes
This commit is contained in:
10
lua/plugins/dashboard.lua
Normal file
10
lua/plugins/dashboard.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'nvimdev/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
config = function()
|
||||
require('dashboard').setup {
|
||||
-- config
|
||||
}
|
||||
end,
|
||||
dependencies = { {'nvim-tree/nvim-web-devicons'}}
|
||||
}
|
||||
Reference in New Issue
Block a user