add dashboard
This commit is contained in:
parent
baaf981269
commit
23de306842
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
"nvimdev/dashboard-nvim",
|
||||||
|
event = "VimEnter",
|
||||||
|
config = function()
|
||||||
|
require("dashboard").setup({
|
||||||
|
-- config
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
dependencies = { { "nvim-tree/nvim-web-devicons" } },
|
||||||
|
}
|
Loading…
Reference in New Issue