start of startscreen overhaul

This commit is contained in:
2024-01-30 00:10:59 +01:00
parent 95a377929a
commit 516fe4a063
2 changed files with 36 additions and 175 deletions
+4 -2
View File
@@ -53,7 +53,7 @@ local plugins = {
-- },
-- config = function(_, opts)
-- require("nvim-autopairs").setup(opts)
-- end,
-- end,
-- }, -- }}}
-- }}}
@@ -69,7 +69,9 @@ local plugins = {
--start screen
{
'goolord/alpha-nvim',
'nvimdev/dashboard-nvim',
event = 'VimEnter',
dependencies = { {'nvim-tree/nvim-web-devicons'}}
},
-- }}}