1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Swap startify for dashboard

This commit is contained in:
Daniel Barber 2023-05-02 22:20:55 -05:00 committed by Dan Barber
parent e96dec97ab
commit 832bd0e94e

View File

@ -5,9 +5,23 @@ return {
"hrsh7th/cmp-cmdline",
"hrsh7th/cmp-vsnip",
"hrsh7th/vim-vsnip",
"mhinz/vim-startify",
"tpope/vim-fugitive",
"preservim/nerdcommenter",
{
"MaximilianLloyd/ascii.nvim",
dependencies = {
"MunifTanjim/nui.nvim",
},
},
{
"glepnir/dashboard-nvim",
event = "VimEnter",
config = function()
require("dashboard").setup({
})
end,
dependencies = { { "nvim-tree/nvim-web-devicons" } },
},
{
"lewis6991/gitsigns.nvim",
config = function()