mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
12 lines
208 B
Lua
12 lines
208 B
Lua
return {
|
|
"nvimdev/dashboard-nvim",
|
|
dependencies = {
|
|
"nvim-tree/nvim-web-devicons"
|
|
},
|
|
event = "VimEnter",
|
|
config = function()
|
|
require("absolute.after.dashboard")
|
|
end
|
|
|
|
}
|